#A02615

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

Shades of Brown #A02615

Tints of Brown #A02615

Color information

#A02615 (or 0xA02615) is unknown color: approx Brown. HEX triplet: A0, 26 and 15. RGB value is (160,38,21). Sum of RGB (Red+Green+Blue) = 160+38+21=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A02615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02615 is #5FD9EA. Grayscale: #484848. Windows color (decimal): -6281707 or 1386144. OLE color: 1386144.

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

Color convert

RGB1603821-
CMYK00.760.870.37
HSL7.34º76.8%35.49%-
HSV(B)7.34º86.87%62.75%-
XYZ15.338.911.62-
YUV72.5498.92190.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=73.06%
G=17.35%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160382100.760.870.377.3476.835.49
HexA0261504C572574d23
Octal2404625011412745711543
Binary10100000100110101010100110010101111001011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02615; }

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

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

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

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

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

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

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

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