#A02C21

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

Shades of Brown #A02C21

Tints of Brown #A02C21

Color information

#A02C21 (or 0xA02C21) is unknown color: approx Brown. HEX triplet: A0, 2C and 21. RGB value is (160,44,33). Sum of RGB (Red+Green+Blue) = 160+44+33=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C21 is #5FD3DE. Grayscale: #4D4D4D. Windows color (decimal): -6280159 or 2174112. OLE color: 2174112.

HSL color Cylindrical-coordinate representation of color #A02C21: hue angle of 5.2º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02C21 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1604433-
CMYK00.720.790.37
HSL5.2º65.8%37.84%-
HSV(B)5.2º79.37%62.75%-
XYZ15.679.382.42-
YUV77.43102.93186.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=67.51%
G=18.57%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160443300.720.790.375.265.837.84
HexA02C210484F2554226
Octal2405441011011745510246
Binary101000001011001000010100100010011111001011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C21; }

 p { color: rgb(160,44,33); }

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

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

 a { background-color: rgb(160,44,33); }

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

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

 span { border-color: rgb(160,44,33); }

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