Shades of Brown #A12C14
Tints of Brown #A12C14
RGB
CMYK
RGB Variations
Color information
#A12C14 (or 0xA12C14) is known color: Brown. HEX triplet: A1, 2C and 14. RGB value is (161,44,20). Sum of RGB (Red+Green+Blue) = 161+44+20=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12C14 is #5ED3EB. Grayscale: #4C4C4C. Windows color (decimal): -6214636 or 1322145. OLE color: 1322145.
HSL color Cylindrical-coordinate representation of color #A12C14: hue angle of 10.21º 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 #A12C14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 20 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.37 |
| HSL | 10.21º | 0.78% | 0.35% | - |
| HSV(B) | 10.21º | 0.88% | 0.63% | - |
| XYZ | 15.72 | 9.43 | 1.65 | - |
| YUV | 76.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 20 | 0 | 0.73 | 0.88 | 0.37 | 10.21 | 0.78 | 0.35 |
| Hex | A1 | 2C | 14 | 0 | 49 | 58 | 25 | A | 4E | 23 |
| Octal | 241 | 54 | 24 | 0 | 111 | 130 | 45 | 12 | 116 | 43 |
| Binary | 10100001 | 101100 | 10100 | 0 | 1001001 | 1011000 | 100101 | 1010 | 1001110 | 100011 |
Color Harmonies of #A12C14
Complementary color
Monochromatic Colors of #A12C14
Black with #A12C14
Text Example
Text Example
White with #A12C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C14; }
p { color: rgb(161,44,20); }
H1.HeaderClassName
{
color: #A12C14;
}
.AnyTagClassName
{
color: #A12C14;
}
</style>
background-color css
<style>
a { background-color: #A12C14; }
a { background-color: rgb(161,44,20); }
div.DivClassName
{
background-color: #A12C14;
}
.BgClassName
{
background-color: #A12C14;
}
</style>
border-color css
<style>
span { border-color: #A12C14; }
span { border-color: rgb(161,44,20); }
td.TdClassName
{
border-color: #A12C14;
}
.TagClassName
{
border-color: #A12C14;
}
</style>