Shades of Brown #A12D16
Tints of Brown #A12D16
RGB
CMYK
RGB Variations
Color information
#A12D16 (or 0xA12D16) is known color: Brown. HEX triplet: A1, 2D and 16. RGB value is (161,45,22). Sum of RGB (Red+Green+Blue) = 161+45+22=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D16 is #5ED2E9. Grayscale: #4D4D4D. Windows color (decimal): -6214378 or 1453473. OLE color: 1453473.
HSL color Cylindrical-coordinate representation of color #A12D16: hue angle of 9.93º 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 #A12D16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 22 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.37 |
| HSL | 9.93º | 0.76% | 0.36% | - |
| HSV(B) | 9.93º | 0.86% | 0.63% | - |
| XYZ | 15.78 | 9.51 | 1.76 | - |
| YUV | 77.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 22 | 0 | 0.72 | 0.86 | 0.37 | 9.93 | 0.76 | 0.36 |
| Hex | A1 | 2D | 16 | 0 | 48 | 56 | 25 | A | 4C | 24 |
| Octal | 241 | 55 | 26 | 0 | 110 | 126 | 45 | 12 | 114 | 44 |
| Binary | 10100001 | 101101 | 10110 | 0 | 1001000 | 1010110 | 100101 | 1010 | 1001100 | 100100 |
Color Harmonies of #A12D16
Complementary color
Monochromatic Colors of #A12D16
Black with #A12D16
Text Example
Text Example
White with #A12D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D16; }
p { color: rgb(161,45,22); }
H1.HeaderClassName
{
color: #A12D16;
}
.AnyTagClassName
{
color: #A12D16;
}
</style>
background-color css
<style>
a { background-color: #A12D16; }
a { background-color: rgb(161,45,22); }
div.DivClassName
{
background-color: #A12D16;
}
.BgClassName
{
background-color: #A12D16;
}
</style>
border-color css
<style>
span { border-color: #A12D16; }
span { border-color: rgb(161,45,22); }
td.TdClassName
{
border-color: #A12D16;
}
.TagClassName
{
border-color: #A12D16;
}
</style>