#A12A16

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

Shades of Brown #A12A16

Tints of Brown #A12A16

Color information

#A12A16 (or 0xA12A16) is unknown color: approx Brown. HEX triplet: A1, 2A and 16. RGB value is (161,42,22). Sum of RGB (Red+Green+Blue) = 161+42+22=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A16 is #5ED5E9. Grayscale: #4B4B4B. Windows color (decimal): -6215146 or 1452705. OLE color: 1452705.

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

Color convert

RGB1614222-
CMYK00.740.860.37
HSL8.63º75.96%35.88%-
HSV(B)8.63º86.34%63.14%-
XYZ15.679.291.73-
YUV75.397.92189.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.56%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=71.56%
G=18.67%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161422200.740.860.378.6375.9635.88
HexA12A1604A562594c24
Octal24152260112126451111444
Binary101000011010101011001001010101011010010110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A16; }

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

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

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

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

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

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

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

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