#A12916

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

Shades of Brown #A12916

Tints of Brown #A12916

Color information

#A12916 (or 0xA12916) is unknown color: approx Brown. HEX triplet: A1, 29 and 16. RGB value is (161,41,22). Sum of RGB (Red+Green+Blue) = 161+41+22=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12916 is #5ED6E9. Grayscale: #4A4A4A. Windows color (decimal): -6215402 or 1452449. OLE color: 1452449.

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

Color convert

RGB1614122-
CMYK00.750.860.37
HSL8.2º75.96%35.88%-
HSV(B)8.2º86.34%63.14%-
XYZ15.649.221.71-
YUV74.7198.26189.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.88%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=71.88%
G=18.30%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161412200.750.860.378.275.9635.88
HexA1291604B562584c24
Octal24151260113126451011444
Binary101000011010011011001001011101011010010110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12916; }

 p { color: rgb(161,41,22); }

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

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

 a { background-color: rgb(161,41,22); }

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

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

 span { border-color: rgb(161,41,22); }

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