Shades of Brown #A12F15
Tints of Brown #A12F15
RGB
CMYK
RGB Variations
Color information
#A12F15 (or 0xA12F15) is known color: Brown. HEX triplet: A1, 2F and 15. RGB value is (161,47,21). Sum of RGB (Red+Green+Blue) = 161+47+21=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12F15 is #5ED0EA. Grayscale: #4E4E4E. Windows color (decimal): -6213867 or 1388449. OLE color: 1388449.
HSL color Cylindrical-coordinate representation of color #A12F15: hue angle of 11.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A12F15 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 21 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.37 |
| HSL | 11.14º | 0.77% | 0.36% | - |
| HSV(B) | 11.14º | 0.87% | 0.63% | - |
| XYZ | 15.85 | 9.66 | 1.74 | - |
| YUV | 78.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 21 | 0 | 0.71 | 0.87 | 0.37 | 11.14 | 0.77 | 0.36 |
| Hex | A1 | 2F | 15 | 0 | 47 | 57 | 25 | B | 4D | 24 |
| Octal | 241 | 57 | 25 | 0 | 107 | 127 | 45 | 13 | 115 | 44 |
| Binary | 10100001 | 101111 | 10101 | 0 | 1000111 | 1010111 | 100101 | 1011 | 1001101 | 100100 |
Color Harmonies of #A12F15
Complementary color
Monochromatic Colors of #A12F15
Black with #A12F15
Text Example
Text Example
White with #A12F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F15; }
p { color: rgb(161,47,21); }
H1.HeaderClassName
{
color: #A12F15;
}
.AnyTagClassName
{
color: #A12F15;
}
</style>
background-color css
<style>
a { background-color: #A12F15; }
a { background-color: rgb(161,47,21); }
div.DivClassName
{
background-color: #A12F15;
}
.BgClassName
{
background-color: #A12F15;
}
</style>
border-color css
<style>
span { border-color: #A12F15; }
span { border-color: rgb(161,47,21); }
td.TdClassName
{
border-color: #A12F15;
}
.TagClassName
{
border-color: #A12F15;
}
</style>