Shades of Brown #A12A1E
Tints of Brown #A12A1E
RGB
CMYK
RGB Variations
Color information
#A12A1E (or 0xA12A1E) is known color: Brown. HEX triplet: A1, 2A and 1E. RGB value is (161,42,30). Sum of RGB (Red+Green+Blue) = 161+42+30=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A1E is #5ED5E1. Grayscale: #4C4C4C. Windows color (decimal): -6215138 or 1976993. OLE color: 1976993.
HSL color Cylindrical-coordinate representation of color #A12A1E: hue angle of 5.5º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12A1E is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 30 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.37 |
| HSL | 5.5º | 0.69% | 0.37% | - |
| HSV(B) | 5.5º | 0.81% | 0.63% | - |
| XYZ | 15.76 | 9.33 | 2.2 | - |
| YUV | 76.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 30 | 0 | 0.74 | 0.81 | 0.37 | 5.5 | 0.69 | 0.37 |
| Hex | A1 | 2A | 1E | 0 | 4A | 51 | 25 | 5 | 45 | 25 |
| Octal | 241 | 52 | 36 | 0 | 112 | 121 | 45 | 5 | 105 | 45 |
| Binary | 10100001 | 101010 | 11110 | 0 | 1001010 | 1010001 | 100101 | 101 | 1000101 | 100101 |
Color Harmonies of #A12A1E
Complementary color
Monochromatic Colors of #A12A1E
Black with #A12A1E
Text Example
Text Example
White with #A12A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A1E; }
p { color: rgb(161,42,30); }
H1.HeaderClassName
{
color: #A12A1E;
}
.AnyTagClassName
{
color: #A12A1E;
}
</style>
background-color css
<style>
a { background-color: #A12A1E; }
a { background-color: rgb(161,42,30); }
div.DivClassName
{
background-color: #A12A1E;
}
.BgClassName
{
background-color: #A12A1E;
}
</style>
border-color css
<style>
span { border-color: #A12A1E; }
span { border-color: rgb(161,42,30); }
td.TdClassName
{
border-color: #A12A1E;
}
.TagClassName
{
border-color: #A12A1E;
}
</style>