#A02E15

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

Shades of Brown #A02E15

Tints of Brown #A02E15

Color information

#A02E15 (or 0xA02E15) is unknown color: approx Brown. HEX triplet: A0, 2E and 15. RGB value is (160,46,21). Sum of RGB (Red+Green+Blue) = 160+46+21=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E15 is #5FD1EA. Grayscale: #4D4D4D. Windows color (decimal): -6279659 or 1388192. OLE color: 1388192.

HSL color Cylindrical-coordinate representation of color #A02E15: hue angle of 10.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A02E15 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB1604621-
CMYK00.710.870.37
HSL10.79º76.8%35.49%-
HSV(B)10.79º86.87%62.75%-
XYZ15.619.481.72-
YUV77.2496.27187.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=70.48%
G=20.26%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160462100.710.870.3710.7976.835.49
HexA02E150475725b4d23
Octal24056250107127451311543
Binary101000001011101010101000111101011110010110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02E15; }

 p { color: rgb(160,46,21); }

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

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

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

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

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

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

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