Shades of Brown #A2201E
Tints of Brown #A2201E
RGB
CMYK
RGB Variations
Color information
#A2201E (or 0xA2201E) is known color: Brown. HEX triplet: A2, 20 and 1E. RGB value is (162,32,30). Sum of RGB (Red+Green+Blue) = 162+32+30=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2201E is #5DDFE1. Grayscale: #464646. Windows color (decimal): -6152162 or 1974434. OLE color: 1974434.
HSL color Cylindrical-coordinate representation of color #A2201E: hue angle of 0.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2201E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 30 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.36 |
| HSL | 0.91º | 0.69% | 0.38% | - |
| HSV(B) | 0.91º | 0.81% | 0.64% | - |
| XYZ | 15.65 | 8.81 | 2.1 | - |
| YUV | 70.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 30 | 0 | 0.80 | 0.81 | 0.36 | 0.91 | 0.69 | 0.38 |
| Hex | A2 | 20 | 1E | 0 | 50 | 51 | 24 | 1 | 45 | 26 |
| Octal | 242 | 40 | 36 | 0 | 120 | 121 | 44 | 1 | 105 | 46 |
| Binary | 10100010 | 100000 | 11110 | 0 | 1010000 | 1010001 | 100100 | 1 | 1000101 | 100110 |
Color Harmonies of #A2201E
Complementary color
Monochromatic Colors of #A2201E
Black with #A2201E
Text Example
Text Example
White with #A2201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2201E; }
p { color: rgb(162,32,30); }
H1.HeaderClassName
{
color: #A2201E;
}
.AnyTagClassName
{
color: #A2201E;
}
</style>
background-color css
<style>
a { background-color: #A2201E; }
a { background-color: rgb(162,32,30); }
div.DivClassName
{
background-color: #A2201E;
}
.BgClassName
{
background-color: #A2201E;
}
</style>
border-color css
<style>
span { border-color: #A2201E; }
span { border-color: rgb(162,32,30); }
td.TdClassName
{
border-color: #A2201E;
}
.TagClassName
{
border-color: #A2201E;
}
</style>