#A02D2A

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

Shades of Brown #A02D2A

Tints of Brown #A02D2A

Color information

#A02D2A (or 0xA02D2A) is unknown color: approx Brown. HEX triplet: A0, 2D and 2A. RGB value is (160,45,42). Sum of RGB (Red+Green+Blue) = 160+45+42=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D2A is #5FD2D5. Grayscale: #4F4F4F. Windows color (decimal): -6279894 or 2764192. OLE color: 2764192.

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

Color convert

RGB1604542-
CMYK00.720.740.37
HSL1.53º58.42%39.61%-
HSV(B)1.53º73.75%62.75%-
XYZ15.859.523.19-
YUV79.04107.1185.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=64.78%
G=18.22%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160454200.720.740.371.5358.4239.61
HexA02D2A0484A2523a28
Octal240555201101124527250
Binary1010000010110110101001001000100101010010110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D2A; }

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

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

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

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

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

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

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

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