Shades of Brown #A22E24
Tints of Brown #A22E24
RGB
CMYK
RGB Variations
Color information
#A22E24 (or 0xA22E24) is known color: Brown. HEX triplet: A2, 2E and 24. RGB value is (162,46,36). Sum of RGB (Red+Green+Blue) = 162+46+36=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E24 is #5DD1DB. Grayscale: #4F4F4F. Windows color (decimal): -6148572 or 2371234. OLE color: 2371234.
HSL color Cylindrical-coordinate representation of color #A22E24: hue angle of 4.76º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22E24 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 36 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.36 |
| HSL | 4.76º | 0.64% | 0.39% | - |
| HSV(B) | 4.76º | 0.78% | 0.64% | - |
| XYZ | 16.2 | 9.76 | 2.7 | - |
| YUV | 79.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 36 | 0 | 0.72 | 0.78 | 0.36 | 4.76 | 0.64 | 0.39 |
| Hex | A2 | 2E | 24 | 0 | 48 | 4E | 24 | 5 | 40 | 27 |
| Octal | 242 | 56 | 44 | 0 | 110 | 116 | 44 | 5 | 100 | 47 |
| Binary | 10100010 | 101110 | 100100 | 0 | 1001000 | 1001110 | 100100 | 101 | 1000000 | 100111 |
Color Harmonies of #A22E24
Complementary color
Monochromatic Colors of #A22E24
Black with #A22E24
Text Example
Text Example
White with #A22E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E24; }
p { color: rgb(162,46,36); }
H1.HeaderClassName
{
color: #A22E24;
}
.AnyTagClassName
{
color: #A22E24;
}
</style>
background-color css
<style>
a { background-color: #A22E24; }
a { background-color: rgb(162,46,36); }
div.DivClassName
{
background-color: #A22E24;
}
.BgClassName
{
background-color: #A22E24;
}
</style>
border-color css
<style>
span { border-color: #A22E24; }
span { border-color: rgb(162,46,36); }
td.TdClassName
{
border-color: #A22E24;
}
.TagClassName
{
border-color: #A22E24;
}
</style>