#A02A18

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

Shades of Brown #A02A18

Tints of Brown #A02A18

Color information

#A02A18 (or 0xA02A18) is unknown color: approx Brown. HEX triplet: A0, 2A and 18. RGB value is (160,42,24). Sum of RGB (Red+Green+Blue) = 160+42+24=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A18 is #5FD5E7. Grayscale: #4B4B4B. Windows color (decimal): -6280680 or 1583776. OLE color: 1583776.

HSL color Cylindrical-coordinate representation of color #A02A18: hue angle of 7.94º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A02A18 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB1604224-
CMYK00.740.850.37
HSL7.94º73.91%36.08%-
HSV(B)7.94º85%62.75%-
XYZ15.499.21.82-
YUV75.2399.09188.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.80%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 24 (9.77% from 255) = 10.62%
R=70.80%
G=18.58%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160422400.740.850.377.9473.9136.08
HexA02A1804A552584a24
Octal24052300112125451011244
Binary101000001010101100001001010101010110010110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A18; }

 p { color: rgb(160,42,24); }

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

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

 a { background-color: rgb(160,42,24); }

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

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

 span { border-color: rgb(160,42,24); }

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