#A02A20

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

Shades of Brown #A02A20

Tints of Brown #A02A20

Color information

#A02A20 (or 0xA02A20) is unknown color: approx Brown. HEX triplet: A0, 2A and 20. RGB value is (160,42,32). Sum of RGB (Red+Green+Blue) = 160+42+32=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A20 is #5FD5DF. Grayscale: #4C4C4C. Windows color (decimal): -6280672 or 2108064. OLE color: 2108064.

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

Color convert

RGB1604232-
CMYK00.740.800.37
HSL4.69º66.67%37.65%-
HSV(B)4.69º80%62.75%-
XYZ15.599.232.33-
YUV76.14103.09187.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=68.38%
G=17.95%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160423200.740.800.374.6966.6737.65
HexA02A2004A502554326
Octal2405240011212045510346
Binary101000001010101000000100101010100001001011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A20; }

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

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

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

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

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

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

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

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