Shades of Brown #A22C28
Tints of Brown #A22C28
RGB
CMYK
RGB Variations
Color information
#A22C28 (or 0xA22C28) is known color: Brown. HEX triplet: A2, 2C and 28. RGB value is (162,44,40). Sum of RGB (Red+Green+Blue) = 162+44+40=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C28 is #5DD3D7. Grayscale: #4E4E4E. Windows color (decimal): -6149080 or 2632866. OLE color: 2632866.
HSL color Cylindrical-coordinate representation of color #A22C28: hue angle of 1.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22C28 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 40 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.36 |
| HSL | 1.97º | 0.6% | 0.4% | - |
| HSV(B) | 1.97º | 0.75% | 0.64% | - |
| XYZ | 16.18 | 9.64 | 3.01 | - |
| YUV | 78.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 40 | 0 | 0.73 | 0.75 | 0.36 | 1.97 | 0.6 | 0.4 |
| Hex | A2 | 2C | 28 | 0 | 49 | 4B | 24 | 2 | 3C | 28 |
| Octal | 242 | 54 | 50 | 0 | 111 | 113 | 44 | 2 | 74 | 50 |
| Binary | 10100010 | 101100 | 101000 | 0 | 1001001 | 1001011 | 100100 | 10 | 111100 | 101000 |
Color Harmonies of #A22C28
Complementary color
Monochromatic Colors of #A22C28
Black with #A22C28
Text Example
Text Example
White with #A22C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C28; }
p { color: rgb(162,44,40); }
H1.HeaderClassName
{
color: #A22C28;
}
.AnyTagClassName
{
color: #A22C28;
}
</style>
background-color css
<style>
a { background-color: #A22C28; }
a { background-color: rgb(162,44,40); }
div.DivClassName
{
background-color: #A22C28;
}
.BgClassName
{
background-color: #A22C28;
}
</style>
border-color css
<style>
span { border-color: #A22C28; }
span { border-color: rgb(162,44,40); }
td.TdClassName
{
border-color: #A22C28;
}
.TagClassName
{
border-color: #A22C28;
}
</style>