#A02A11

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

Shades of Brown #A02A11

Tints of Brown #A02A11

Color information

#A02A11 (or 0xA02A11) is unknown color: approx Brown. HEX triplet: A0, 2A and 11. RGB value is (160,42,17). Sum of RGB (Red+Green+Blue) = 160+42+17=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A11 is #5FD5EE. Grayscale: #4A4A4A. Windows color (decimal): -6280687 or 1125024. OLE color: 1125024.

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

Color convert

RGB1604217-
CMYK00.740.890.37
HSL10.49º80.79%34.71%-
HSV(B)10.49º89.38%62.75%-
XYZ15.439.171.49-
YUV74.4395.59189.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=73.06%
G=19.18%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160421700.740.890.3710.4980.7934.71
HexA02A1104A5925a5123
Octal24052210112131451212143
Binary101000001010101000101001010101100110010110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A11; }

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

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

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

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

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

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

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

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