#A02D2C

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

Shades of Brown #A02D2C

Tints of Brown #A02D2C

Color information

#A02D2C (or 0xA02D2C) is unknown color: approx Brown. HEX triplet: A0, 2D and 2C. RGB value is (160,45,44). Sum of RGB (Red+Green+Blue) = 160+45+44=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D2C is #5FD2D3. Grayscale: #4F4F4F. Windows color (decimal): -6279892 or 2895264. OLE color: 2895264.

HSL color Cylindrical-coordinate representation of color #A02D2C: hue angle of 0.52º 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 #A02D2C is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1604544-
CMYK00.720.720.37
HSL0.52º56.86%40%-
HSV(B)0.52º72.5%62.75%-
XYZ15.899.533.39-
YUV79.27108.1185.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=64.26%
G=18.07%
B=17.67%

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
Decimal160454400.720.720.370.5256.8640
HexA02D2C048482513928
Octal240555401101104517150
Binary101000001011011011000100100010010001001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D2C; }

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

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

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

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

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

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

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

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