Shades of Brown #AA2E24
Tints of Brown #AA2E24
RGB
CMYK
RGB Variations
Color information
#AA2E24 (or 0xAA2E24) is known color: Brown. HEX triplet: AA, 2E and 24. RGB value is (170,46,36). Sum of RGB (Red+Green+Blue) = 170+46+36=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E24 is #55D1DB. Grayscale: #525252. Windows color (decimal): -5624284 or 2371242. OLE color: 2371242.
HSL color Cylindrical-coordinate representation of color #AA2E24: hue angle of 4.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2E24 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 36 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.33 |
| HSL | 4.48º | 0.65% | 0.4% | - |
| HSV(B) | 4.48º | 0.79% | 0.67% | - |
| XYZ | 17.87 | 10.63 | 2.78 | - |
| YUV | 81.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 36 | 0 | 0.73 | 0.79 | 0.33 | 4.48 | 0.65 | 0.4 |
| Hex | AA | 2E | 24 | 0 | 49 | 4F | 21 | 4 | 41 | 28 |
| Octal | 252 | 56 | 44 | 0 | 111 | 117 | 41 | 4 | 101 | 50 |
| Binary | 10101010 | 101110 | 100100 | 0 | 1001001 | 1001111 | 100001 | 100 | 1000001 | 101000 |
Color Harmonies of #AA2E24
Complementary color
Monochromatic Colors of #AA2E24
Black with #AA2E24
Text Example
Text Example
White with #AA2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E24; }
p { color: rgb(170,46,36); }
H1.HeaderClassName
{
color: #AA2E24;
}
.AnyTagClassName
{
color: #AA2E24;
}
</style>
background-color css
<style>
a { background-color: #AA2E24; }
a { background-color: rgb(170,46,36); }
div.DivClassName
{
background-color: #AA2E24;
}
.BgClassName
{
background-color: #AA2E24;
}
</style>
border-color css
<style>
span { border-color: #AA2E24; }
span { border-color: rgb(170,46,36); }
td.TdClassName
{
border-color: #AA2E24;
}
.TagClassName
{
border-color: #AA2E24;
}
</style>