#a02d16

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

Shades of Brown #A02D16

Tints of Brown #A02D16

Color information

#A02D16 (or 0xA02D16) is unknown color: approx Brown. HEX triplet: A0, 2D and 16. RGB value is (160,45,22). Sum of RGB (Red+Green+Blue) = 160+45+22=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D16 is #5FD2E9. Grayscale: #4C4C4C. Windows color (decimal): -6279914 or 1453472. OLE color: 1453472.

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

Color convert

RGB1604522-
CMYK00.720.860.37
HSL10º75.82%35.69%-
HSV(B)10º86.25%62.75%-
XYZ15.589.411.75-
YUV76.7697.1187.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=70.48%
G=19.82%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160452200.720.860.371075.8235.69
HexA02D160485625a4c24
Octal24055260110126451211444
Binary101000001011011011001001000101011010010110101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02d16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02d16; }

 p { color: rgb(160,45,22); }

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

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

 a { background-color: rgb(160,45,22); }

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

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

 span { border-color: rgb(160,45,22); }

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