Shades of Brown #A12220
Tints of Brown #A12220
RGB
CMYK
RGB Variations
Color information
#A12220 (or 0xA12220) is known color: Brown. HEX triplet: A1, 22 and 20. RGB value is (161,34,32). Sum of RGB (Red+Green+Blue) = 161+34+32=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A12220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12220 is #5EDDDF. Grayscale: #474747. Windows color (decimal): -6217184 or 2106017. OLE color: 2106017.
HSL color Cylindrical-coordinate representation of color #A12220: hue angle of 0.93º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12220 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 32 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.37 |
| HSL | 0.93º | 0.67% | 0.38% | - |
| HSV(B) | 0.93º | 0.8% | 0.63% | - |
| XYZ | 15.53 | 8.83 | 2.25 | - |
| YUV | 71.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 32 | 0 | 0.79 | 0.80 | 0.37 | 0.93 | 0.67 | 0.38 |
| Hex | A1 | 22 | 20 | 0 | 4F | 50 | 25 | 1 | 43 | 26 |
| Octal | 241 | 42 | 40 | 0 | 117 | 120 | 45 | 1 | 103 | 46 |
| Binary | 10100001 | 100010 | 100000 | 0 | 1001111 | 1010000 | 100101 | 1 | 1000011 | 100110 |
Color Harmonies of #A12220
Complementary color
Monochromatic Colors of #A12220
Black with #A12220
Text Example
Text Example
White with #A12220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12220; }
p { color: rgb(161,34,32); }
H1.HeaderClassName
{
color: #A12220;
}
.AnyTagClassName
{
color: #A12220;
}
</style>
background-color css
<style>
a { background-color: #A12220; }
a { background-color: rgb(161,34,32); }
div.DivClassName
{
background-color: #A12220;
}
.BgClassName
{
background-color: #A12220;
}
</style>
border-color css
<style>
span { border-color: #A12220; }
span { border-color: rgb(161,34,32); }
td.TdClassName
{
border-color: #A12220;
}
.TagClassName
{
border-color: #A12220;
}
</style>