Shades of Brown #A12C10
Tints of Brown #A12C10
RGB
CMYK
RGB Variations
Color information
#A12C10 (or 0xA12C10) is known color: Brown. HEX triplet: A1, 2C and 10. RGB value is (161,44,16). Sum of RGB (Red+Green+Blue) = 161+44+16=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12C10 is #5ED3EF. Grayscale: #4C4C4C. Windows color (decimal): -6214640 or 1060001. OLE color: 1060001.
HSL color Cylindrical-coordinate representation of color #A12C10: hue angle of 11.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12C10 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 16 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.37 |
| HSL | 11.59º | 0.82% | 0.35% | - |
| HSV(B) | 11.59º | 0.9% | 0.63% | - |
| XYZ | 15.69 | 9.42 | 1.48 | - |
| YUV | 75.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 16 | 0 | 0.73 | 0.90 | 0.37 | 11.59 | 0.82 | 0.35 |
| Hex | A1 | 2C | 10 | 0 | 49 | 5A | 25 | C | 52 | 23 |
| Octal | 241 | 54 | 20 | 0 | 111 | 132 | 45 | 14 | 122 | 43 |
| Binary | 10100001 | 101100 | 10000 | 0 | 1001001 | 1011010 | 100101 | 1100 | 1010010 | 100011 |
Color Harmonies of #A12C10
Complementary color
Monochromatic Colors of #A12C10
Black with #A12C10
Text Example
Text Example
White with #A12C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C10; }
p { color: rgb(161,44,16); }
H1.HeaderClassName
{
color: #A12C10;
}
.AnyTagClassName
{
color: #A12C10;
}
</style>
background-color css
<style>
a { background-color: #A12C10; }
a { background-color: rgb(161,44,16); }
div.DivClassName
{
background-color: #A12C10;
}
.BgClassName
{
background-color: #A12C10;
}
</style>
border-color css
<style>
span { border-color: #A12C10; }
span { border-color: rgb(161,44,16); }
td.TdClassName
{
border-color: #A12C10;
}
.TagClassName
{
border-color: #A12C10;
}
</style>