#A02518

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

Shades of Brown #A02518

Tints of Brown #A02518

Color information

#A02518 (or 0xA02518) is unknown color: approx Brown. HEX triplet: A0, 25 and 18. RGB value is (160,37,24). Sum of RGB (Red+Green+Blue) = 160+37+24=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02518 is #5FDAE7. Grayscale: #484848. Windows color (decimal): -6281960 or 1582496. OLE color: 1582496.

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

Color convert

RGB1603724-
CMYK00.770.850.37
HSL5.74º73.91%36.08%-
HSV(B)5.74º85%62.75%-
XYZ15.328.861.77-
YUV72.3100.75190.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.40%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=72.40%
G=16.74%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160372400.770.850.375.7473.9136.08
HexA0251804D552564a24
Octal2404530011512545611244
Binary10100000100101110000100110110101011001011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02518; }

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

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

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

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

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

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

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

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