#A84704

Color #A84704 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A84704

Tints of Rust #A84704

Color information

#A84704 (or 0xA84704) is unknown color: approx Rust. HEX triplet: A8, 47 and 04. RGB value is (168,71,4). Sum of RGB (Red+Green+Blue) = 168+71+4=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84704 is #57B8FB. Grayscale: #5C5C5C. Windows color (decimal): -5748988 or 280488. OLE color: 280488.

HSL color Cylindrical-coordinate representation of color #A84704: hue angle of 24.51º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A84704 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168714-
CMYK00.580.980.34
HSL24.51º95.35%33.73%-
HSV(B)24.51º97.62%65.88%-
XYZ18.4212.841.62-
YUV92.3678.14181.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=69.14%
G=29.22%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16871400.580.980.3424.5195.3533.73
HexA847403A6222195f22
Octal2501074072142423113742
Binary10101000100011110001110101100010100010110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84704; }

 p { color: rgb(168,71,4); }

 H1.HeaderClassName
 {
   color: #A84704;
 }
 .AnyTagClassName
 {
   color: #A84704;
 }
</style>
background-color css

<style>
 a { background-color: #A84704; }

 a { background-color: rgb(168,71,4); }

 div.DivClassName
 {
   background-color: #A84704;
 }
 .BgClassName
 {
   background-color: #A84704;
 }
</style>
border-color css

<style>
 span { border-color: #A84704; }

 span { border-color: rgb(168,71,4); }

 td.TdClassName
 {
   border-color: #A84704;
 }
 .TagClassName
 {
   border-color: #A84704;
 }
</style>