#A12E16

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

Shades of Brown #A12E16

Tints of Brown #A12E16

Color information

#A12E16 (or 0xA12E16) is unknown color: approx Brown. HEX triplet: A1, 2E and 16. RGB value is (161,46,22). Sum of RGB (Red+Green+Blue) = 161+46+22=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E16 is #5ED1E9. Grayscale: #4D4D4D. Windows color (decimal): -6214122 or 1453729. OLE color: 1453729.

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

Color convert

RGB1614622-
CMYK00.710.860.37
HSL10.36º75.96%35.88%-
HSV(B)10.36º86.34%63.14%-
XYZ15.829.591.78-
YUV77.6596.6187.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=70.31%
G=20.09%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161462200.710.860.3710.3675.9635.88
HexA12E160475625a4c24
Octal24156260107126451211444
Binary101000011011101011001000111101011010010110101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E16; }

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

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

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

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

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

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

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

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