Shades of Brown #A12E12
Tints of Brown #A12E12
RGB
CMYK
RGB Variations
Color information
#A12E12 (or 0xA12E12) is known color: Brown. HEX triplet: A1, 2E and 12. RGB value is (161,46,18). Sum of RGB (Red+Green+Blue) = 161+46+18=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E12 is #5ED1ED. Grayscale: #4D4D4D. Windows color (decimal): -6214126 or 1191585. OLE color: 1191585.
HSL color Cylindrical-coordinate representation of color #A12E12: hue angle of 11.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A12E12 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.37 |
| HSL | 11.75º | 0.8% | 0.35% | - |
| HSV(B) | 11.75º | 0.89% | 0.63% | - |
| XYZ | 15.78 | 9.57 | 1.59 | - |
| YUV | 77.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 18 | 0 | 0.71 | 0.89 | 0.37 | 11.75 | 0.8 | 0.35 |
| Hex | A1 | 2E | 12 | 0 | 47 | 59 | 25 | C | 50 | 23 |
| Octal | 241 | 56 | 22 | 0 | 107 | 131 | 45 | 14 | 120 | 43 |
| Binary | 10100001 | 101110 | 10010 | 0 | 1000111 | 1011001 | 100101 | 1100 | 1010000 | 100011 |
Color Harmonies of #A12E12
Complementary color
Monochromatic Colors of #A12E12
Black with #A12E12
Text Example
Text Example
White with #A12E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E12; }
p { color: rgb(161,46,18); }
H1.HeaderClassName
{
color: #A12E12;
}
.AnyTagClassName
{
color: #A12E12;
}
</style>
background-color css
<style>
a { background-color: #A12E12; }
a { background-color: rgb(161,46,18); }
div.DivClassName
{
background-color: #A12E12;
}
.BgClassName
{
background-color: #A12E12;
}
</style>
border-color css
<style>
span { border-color: #A12E12; }
span { border-color: rgb(161,46,18); }
td.TdClassName
{
border-color: #A12E12;
}
.TagClassName
{
border-color: #A12E12;
}
</style>