Shades of Brown #A12912
Tints of Brown #A12912
RGB
CMYK
RGB Variations
Color information
#A12912 (or 0xA12912) is known color: Brown. HEX triplet: A1, 29 and 12. RGB value is (161,41,18). Sum of RGB (Red+Green+Blue) = 161+41+18=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A12912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12912 is #5ED6ED. Grayscale: #4A4A4A. Windows color (decimal): -6215406 or 1190305. OLE color: 1190305.
HSL color Cylindrical-coordinate representation of color #A12912: hue angle of 9.65º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A12912 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 18 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.37 |
| HSL | 9.65º | 0.8% | 0.35% | - |
| HSV(B) | 9.65º | 0.89% | 0.63% | - |
| XYZ | 15.6 | 9.21 | 1.53 | - |
| YUV | 74.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 18 | 0 | 0.75 | 0.89 | 0.37 | 9.65 | 0.8 | 0.35 |
| Hex | A1 | 29 | 12 | 0 | 4B | 59 | 25 | A | 50 | 23 |
| Octal | 241 | 51 | 22 | 0 | 113 | 131 | 45 | 12 | 120 | 43 |
| Binary | 10100001 | 101001 | 10010 | 0 | 1001011 | 1011001 | 100101 | 1010 | 1010000 | 100011 |
Color Harmonies of #A12912
Complementary color
Monochromatic Colors of #A12912
Black with #A12912
Text Example
Text Example
White with #A12912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12912; }
p { color: rgb(161,41,18); }
H1.HeaderClassName
{
color: #A12912;
}
.AnyTagClassName
{
color: #A12912;
}
</style>
background-color css
<style>
a { background-color: #A12912; }
a { background-color: rgb(161,41,18); }
div.DivClassName
{
background-color: #A12912;
}
.BgClassName
{
background-color: #A12912;
}
</style>
border-color css
<style>
span { border-color: #A12912; }
span { border-color: rgb(161,41,18); }
td.TdClassName
{
border-color: #A12912;
}
.TagClassName
{
border-color: #A12912;
}
</style>