Shades of Rock Spray #AA3E24
Tints of Rock Spray #AA3E24
RGB
CMYK
RGB Variations
Color information
#AA3E24 (or 0xAA3E24) is known color: Rock Spray. HEX triplet: AA, 3E and 24. RGB value is (170,62,36). Sum of RGB (Red+Green+Blue) = 170+62+36=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E24 is #55C1DB. Grayscale: #5B5B5B. Windows color (decimal): -5620188 or 2375338. OLE color: 2375338.
HSL color Cylindrical-coordinate representation of color #AA3E24: hue angle of 11.64º 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 #AA3E24 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 36 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.33 |
| HSL | 11.64º | 0.65% | 0.4% | - |
| HSV(B) | 11.64º | 0.79% | 0.67% | - |
| XYZ | 18.62 | 12.12 | 3.03 | - |
| YUV | 91.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 36 | 0 | 0.64 | 0.79 | 0.33 | 11.64 | 0.65 | 0.4 |
| Hex | AA | 3E | 24 | 0 | 40 | 4F | 21 | C | 41 | 28 |
| Octal | 252 | 76 | 44 | 0 | 100 | 117 | 41 | 14 | 101 | 50 |
| Binary | 10101010 | 111110 | 100100 | 0 | 1000000 | 1001111 | 100001 | 1100 | 1000001 | 101000 |
Color Harmonies of #AA3E24
Complementary color
Monochromatic Colors of #AA3E24
Black with #AA3E24
Text Example
Text Example
White with #AA3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E24; }
p { color: rgb(170,62,36); }
H1.HeaderClassName
{
color: #AA3E24;
}
.AnyTagClassName
{
color: #AA3E24;
}
</style>
background-color css
<style>
a { background-color: #AA3E24; }
a { background-color: rgb(170,62,36); }
div.DivClassName
{
background-color: #AA3E24;
}
.BgClassName
{
background-color: #AA3E24;
}
</style>
border-color css
<style>
span { border-color: #AA3E24; }
span { border-color: rgb(170,62,36); }
td.TdClassName
{
border-color: #AA3E24;
}
.TagClassName
{
border-color: #AA3E24;
}
</style>