#A02818

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

Shades of Brown #A02818

Tints of Brown #A02818

Color information

#A02818 (or 0xA02818) is unknown color: approx Brown. HEX triplet: A0, 28 and 18. RGB value is (160,40,24). Sum of RGB (Red+Green+Blue) = 160+40+24=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A02818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02818 is #5FD7E7. Grayscale: #4A4A4A. Windows color (decimal): -6281192 or 1583264. OLE color: 1583264.

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

Color convert

RGB1604024-
CMYK00.750.850.37
HSL7.06º73.91%36.08%-
HSV(B)7.06º85%62.75%-
XYZ15.429.061.8-
YUV74.0699.76189.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.43%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=71.43%
G=17.86%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160402400.750.850.377.0673.9136.08
HexA0281804B552574a24
Octal2405030011312545711244
Binary10100000101000110000100101110101011001011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02818; }

 p { color: rgb(160,40,24); }

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

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

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

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

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

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

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