Shades of Brown #A22C21
Tints of Brown #A22C21
RGB
CMYK
RGB Variations
Color information
#A22C21 (or 0xA22C21) is known color: Brown. HEX triplet: A2, 2C and 21. RGB value is (162,44,33). Sum of RGB (Red+Green+Blue) = 162+44+33=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C21 is #5DD3DE. Grayscale: #4E4E4E. Windows color (decimal): -6149087 or 2174114. OLE color: 2174114.
HSL color Cylindrical-coordinate representation of color #A22C21: hue angle of 5.12º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22C21 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 33 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.36 |
| HSL | 5.12º | 0.66% | 0.38% | - |
| HSV(B) | 5.12º | 0.8% | 0.64% | - |
| XYZ | 16.08 | 9.59 | 2.44 | - |
| YUV | 78.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 33 | 0 | 0.73 | 0.80 | 0.36 | 5.12 | 0.66 | 0.38 |
| Hex | A2 | 2C | 21 | 0 | 49 | 50 | 24 | 5 | 42 | 26 |
| Octal | 242 | 54 | 41 | 0 | 111 | 120 | 44 | 5 | 102 | 46 |
| Binary | 10100010 | 101100 | 100001 | 0 | 1001001 | 1010000 | 100100 | 101 | 1000010 | 100110 |
Color Harmonies of #A22C21
Complementary color
Monochromatic Colors of #A22C21
Black with #A22C21
Text Example
Text Example
White with #A22C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C21; }
p { color: rgb(162,44,33); }
H1.HeaderClassName
{
color: #A22C21;
}
.AnyTagClassName
{
color: #A22C21;
}
</style>
background-color css
<style>
a { background-color: #A22C21; }
a { background-color: rgb(162,44,33); }
div.DivClassName
{
background-color: #A22C21;
}
.BgClassName
{
background-color: #A22C21;
}
</style>
border-color css
<style>
span { border-color: #A22C21; }
span { border-color: rgb(162,44,33); }
td.TdClassName
{
border-color: #A22C21;
}
.TagClassName
{
border-color: #A22C21;
}
</style>