Shades of Rock Spray #AA4124
Tints of Rock Spray #AA4124
RGB
CMYK
RGB Variations
Color information
#AA4124 (or 0xAA4124) is known color: Rock Spray. HEX triplet: AA, 41 and 24. RGB value is (170,65,36). Sum of RGB (Red+Green+Blue) = 170+65+36=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4124 is #55BEDB. Grayscale: #5D5D5D. Windows color (decimal): -5619420 or 2376106. OLE color: 2376106.
HSL color Cylindrical-coordinate representation of color #AA4124: hue angle of 12.99º 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 #AA4124 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 36 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.33 |
| HSL | 12.99º | 0.65% | 0.4% | - |
| HSV(B) | 12.99º | 0.79% | 0.67% | - |
| XYZ | 18.79 | 12.45 | 3.08 | - |
| YUV | 93.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 36 | 0 | 0.62 | 0.79 | 0.33 | 12.99 | 0.65 | 0.4 |
| Hex | AA | 41 | 24 | 0 | 3E | 4F | 21 | D | 41 | 28 |
| Octal | 252 | 101 | 44 | 0 | 76 | 117 | 41 | 15 | 101 | 50 |
| Binary | 10101010 | 1000001 | 100100 | 0 | 111110 | 1001111 | 100001 | 1101 | 1000001 | 101000 |
Color Harmonies of #AA4124
Complementary color
Monochromatic Colors of #AA4124
Black with #AA4124
Text Example
Text Example
White with #AA4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4124; }
p { color: rgb(170,65,36); }
H1.HeaderClassName
{
color: #AA4124;
}
.AnyTagClassName
{
color: #AA4124;
}
</style>
background-color css
<style>
a { background-color: #AA4124; }
a { background-color: rgb(170,65,36); }
div.DivClassName
{
background-color: #AA4124;
}
.BgClassName
{
background-color: #AA4124;
}
</style>
border-color css
<style>
span { border-color: #AA4124; }
span { border-color: rgb(170,65,36); }
td.TdClassName
{
border-color: #AA4124;
}
.TagClassName
{
border-color: #AA4124;
}
</style>