#A02C2C

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

Shades of Brown #A02C2C

Tints of Brown #A02C2C

Color information

#A02C2C (or 0xA02C2C) is unknown color: approx Brown. HEX triplet: A0, 2C and 2C. RGB value is (160,44,44). Sum of RGB (Red+Green+Blue) = 160+44+44=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C2C is #5FD3D3. Grayscale: #4E4E4E. Windows color (decimal): -6280148 or 2895008. OLE color: 2895008.

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

Color convert

RGB1604444-
CMYK00.720.720.37
HSL56.86%40%-
HSV(B)72.5%62.75%-
XYZ15.859.463.37-
YUV78.68108.43186-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=64.52%
G=17.74%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160444400.720.720.37056.8640
HexA02C2C048482503928
Octal240545401101104507150
Binary101000001011001011000100100010010001001010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02C2C; }

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

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

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

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

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

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

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

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