Shades of Rock Spray #AA4224
Tints of Rock Spray #AA4224
RGB
CMYK
RGB Variations
Color information
#AA4224 (or 0xAA4224) is known color: Rock Spray. HEX triplet: AA, 42 and 24. RGB value is (170,66,36). Sum of RGB (Red+Green+Blue) = 170+66+36=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4224 is #55BDDB. Grayscale: #5D5D5D. Windows color (decimal): -5619164 or 2376362. OLE color: 2376362.
HSL color Cylindrical-coordinate representation of color #AA4224: hue angle of 13.43º 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 #AA4224 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 36 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.33 |
| HSL | 13.43º | 0.65% | 0.4% | - |
| HSV(B) | 13.43º | 0.79% | 0.67% | - |
| XYZ | 18.84 | 12.57 | 3.1 | - |
| YUV | 93.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 36 | 0 | 0.61 | 0.79 | 0.33 | 13.43 | 0.65 | 0.4 |
| Hex | AA | 42 | 24 | 0 | 3D | 4F | 21 | D | 41 | 28 |
| Octal | 252 | 102 | 44 | 0 | 75 | 117 | 41 | 15 | 101 | 50 |
| Binary | 10101010 | 1000010 | 100100 | 0 | 111101 | 1001111 | 100001 | 1101 | 1000001 | 101000 |
Color Harmonies of #AA4224
Complementary color
Monochromatic Colors of #AA4224
Black with #AA4224
Text Example
Text Example
White with #AA4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4224; }
p { color: rgb(170,66,36); }
H1.HeaderClassName
{
color: #AA4224;
}
.AnyTagClassName
{
color: #AA4224;
}
</style>
background-color css
<style>
a { background-color: #AA4224; }
a { background-color: rgb(170,66,36); }
div.DivClassName
{
background-color: #AA4224;
}
.BgClassName
{
background-color: #AA4224;
}
</style>
border-color css
<style>
span { border-color: #AA4224; }
span { border-color: rgb(170,66,36); }
td.TdClassName
{
border-color: #AA4224;
}
.TagClassName
{
border-color: #AA4224;
}
</style>