#A02A27

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

Shades of Brown #A02A27

Tints of Brown #A02A27

Color information

#A02A27 (or 0xA02A27) is unknown color: approx Brown. HEX triplet: A0, 2A and 27. RGB value is (160,42,39). Sum of RGB (Red+Green+Blue) = 160+42+39=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A27 is #5FD5D8. Grayscale: #4D4D4D. Windows color (decimal): -6280665 or 2566816. OLE color: 2566816.

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

Color convert

RGB1604239-
CMYK00.740.760.37
HSL1.49º60.8%39.02%-
HSV(B)1.49º75.63%62.75%-
XYZ15.699.282.88-
YUV76.94106.59187.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=66.39%
G=17.43%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160423900.740.760.371.4960.839.02
HexA02A2704A4C2513d27
Octal240524701121144517547
Binary101000001010101001110100101010011001001011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A27; }

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

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

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

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

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

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

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

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