Shades of Rock Spray #AA4324
Tints of Rock Spray #AA4324
RGB
CMYK
RGB Variations
Color information
#AA4324 (or 0xAA4324) is known color: Rock Spray. HEX triplet: AA, 43 and 24. RGB value is (170,67,36). Sum of RGB (Red+Green+Blue) = 170+67+36=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4324 is #55BCDB. Grayscale: #5E5E5E. Windows color (decimal): -5618908 or 2376618. OLE color: 2376618.
HSL color Cylindrical-coordinate representation of color #AA4324: hue angle of 13.88º 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 #AA4324 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 36 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.33 |
| HSL | 13.88º | 0.65% | 0.4% | - |
| HSV(B) | 13.88º | 0.79% | 0.67% | - |
| XYZ | 18.9 | 12.69 | 3.12 | - |
| YUV | 94.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 36 | 0 | 0.61 | 0.79 | 0.33 | 13.88 | 0.65 | 0.4 |
| Hex | AA | 43 | 24 | 0 | 3D | 4F | 21 | E | 41 | 28 |
| Octal | 252 | 103 | 44 | 0 | 75 | 117 | 41 | 16 | 101 | 50 |
| Binary | 10101010 | 1000011 | 100100 | 0 | 111101 | 1001111 | 100001 | 1110 | 1000001 | 101000 |
Color Harmonies of #AA4324
Complementary color
Monochromatic Colors of #AA4324
Black with #AA4324
Text Example
Text Example
White with #AA4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4324; }
p { color: rgb(170,67,36); }
H1.HeaderClassName
{
color: #AA4324;
}
.AnyTagClassName
{
color: #AA4324;
}
</style>
background-color css
<style>
a { background-color: #AA4324; }
a { background-color: rgb(170,67,36); }
div.DivClassName
{
background-color: #AA4324;
}
.BgClassName
{
background-color: #AA4324;
}
</style>
border-color css
<style>
span { border-color: #AA4324; }
span { border-color: rgb(170,67,36); }
td.TdClassName
{
border-color: #AA4324;
}
.TagClassName
{
border-color: #AA4324;
}
</style>