Shades of Brown #A12D13
Tints of Brown #A12D13
RGB
CMYK
RGB Variations
Color information
#A12D13 (or 0xA12D13) is known color: Brown. HEX triplet: A1, 2D and 13. RGB value is (161,45,19). Sum of RGB (Red+Green+Blue) = 161+45+19=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D13 is #5ED2EC. Grayscale: #4C4C4C. Windows color (decimal): -6214381 or 1256865. OLE color: 1256865.
HSL color Cylindrical-coordinate representation of color #A12D13: hue angle of 10.99º 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 #A12D13 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 19 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.37 |
| HSL | 10.99º | 0.79% | 0.35% | - |
| HSV(B) | 10.99º | 0.88% | 0.63% | - |
| XYZ | 15.75 | 9.5 | 1.62 | - |
| YUV | 76.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 19 | 0 | 0.72 | 0.88 | 0.37 | 10.99 | 0.79 | 0.35 |
| Hex | A1 | 2D | 13 | 0 | 48 | 58 | 25 | B | 4F | 23 |
| Octal | 241 | 55 | 23 | 0 | 110 | 130 | 45 | 13 | 117 | 43 |
| Binary | 10100001 | 101101 | 10011 | 0 | 1001000 | 1011000 | 100101 | 1011 | 1001111 | 100011 |
Color Harmonies of #A12D13
Complementary color
Monochromatic Colors of #A12D13
Black with #A12D13
Text Example
Text Example
White with #A12D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D13; }
p { color: rgb(161,45,19); }
H1.HeaderClassName
{
color: #A12D13;
}
.AnyTagClassName
{
color: #A12D13;
}
</style>
background-color css
<style>
a { background-color: #A12D13; }
a { background-color: rgb(161,45,19); }
div.DivClassName
{
background-color: #A12D13;
}
.BgClassName
{
background-color: #A12D13;
}
</style>
border-color css
<style>
span { border-color: #A12D13; }
span { border-color: rgb(161,45,19); }
td.TdClassName
{
border-color: #A12D13;
}
.TagClassName
{
border-color: #A12D13;
}
</style>