Shades of Brown #A12D14
Tints of Brown #A12D14
RGB
CMYK
RGB Variations
Color information
#A12D14 (or 0xA12D14) is known color: Brown. HEX triplet: A1, 2D and 14. RGB value is (161,45,20). Sum of RGB (Red+Green+Blue) = 161+45+20=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D14 is #5ED2EB. Grayscale: #4D4D4D. Windows color (decimal): -6214380 or 1322401. OLE color: 1322401.
HSL color Cylindrical-coordinate representation of color #A12D14: hue angle of 10.64º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A12D14 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 20 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.37 |
| HSL | 10.64º | 0.78% | 0.35% | - |
| HSV(B) | 10.64º | 0.88% | 0.63% | - |
| XYZ | 15.76 | 9.5 | 1.67 | - |
| YUV | 76.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 20 | 0 | 0.72 | 0.88 | 0.37 | 10.64 | 0.78 | 0.35 |
| Hex | A1 | 2D | 14 | 0 | 48 | 58 | 25 | B | 4E | 23 |
| Octal | 241 | 55 | 24 | 0 | 110 | 130 | 45 | 13 | 116 | 43 |
| Binary | 10100001 | 101101 | 10100 | 0 | 1001000 | 1011000 | 100101 | 1011 | 1001110 | 100011 |
Color Harmonies of #A12D14
Complementary color
Monochromatic Colors of #A12D14
Black with #A12D14
Text Example
Text Example
White with #A12D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D14; }
p { color: rgb(161,45,20); }
H1.HeaderClassName
{
color: #A12D14;
}
.AnyTagClassName
{
color: #A12D14;
}
</style>
background-color css
<style>
a { background-color: #A12D14; }
a { background-color: rgb(161,45,20); }
div.DivClassName
{
background-color: #A12D14;
}
.BgClassName
{
background-color: #A12D14;
}
</style>
border-color css
<style>
span { border-color: #A12D14; }
span { border-color: rgb(161,45,20); }
td.TdClassName
{
border-color: #A12D14;
}
.TagClassName
{
border-color: #A12D14;
}
</style>