Shades of Brown #A12C13
Tints of Brown #A12C13
RGB
CMYK
RGB Variations
Color information
#A12C13 (or 0xA12C13) is known color: Brown. HEX triplet: A1, 2C and 13. RGB value is (161,44,19). Sum of RGB (Red+Green+Blue) = 161+44+19=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12C13 is #5ED3EC. Grayscale: #4C4C4C. Windows color (decimal): -6214637 or 1256609. OLE color: 1256609.
HSL color Cylindrical-coordinate representation of color #A12C13: hue angle of 10.56º degrees, saturation: 0.79, 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 #A12C13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 19 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.37 |
| HSL | 10.56º | 0.79% | 0.35% | - |
| HSV(B) | 10.56º | 0.88% | 0.63% | - |
| XYZ | 15.72 | 9.43 | 1.61 | - |
| YUV | 76.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 19 | 0 | 0.73 | 0.88 | 0.37 | 10.56 | 0.79 | 0.35 |
| Hex | A1 | 2C | 13 | 0 | 49 | 58 | 25 | B | 4F | 23 |
| Octal | 241 | 54 | 23 | 0 | 111 | 130 | 45 | 13 | 117 | 43 |
| Binary | 10100001 | 101100 | 10011 | 0 | 1001001 | 1011000 | 100101 | 1011 | 1001111 | 100011 |
Color Harmonies of #A12C13
Complementary color
Monochromatic Colors of #A12C13
Black with #A12C13
Text Example
Text Example
White with #A12C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C13; }
p { color: rgb(161,44,19); }
H1.HeaderClassName
{
color: #A12C13;
}
.AnyTagClassName
{
color: #A12C13;
}
</style>
background-color css
<style>
a { background-color: #A12C13; }
a { background-color: rgb(161,44,19); }
div.DivClassName
{
background-color: #A12C13;
}
.BgClassName
{
background-color: #A12C13;
}
</style>
border-color css
<style>
span { border-color: #A12C13; }
span { border-color: rgb(161,44,19); }
td.TdClassName
{
border-color: #A12C13;
}
.TagClassName
{
border-color: #A12C13;
}
</style>