Shades of Rock Spray #AA422A
Tints of Rock Spray #AA422A
RGB
CMYK
RGB Variations
Color information
#AA422A (or 0xAA422A) is known color: Rock Spray. HEX triplet: AA, 42 and 2A. RGB value is (170,66,42). Sum of RGB (Red+Green+Blue) = 170+66+42=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422A is #55BDD5. Grayscale: #5E5E5E. Windows color (decimal): -5619158 or 2769578. OLE color: 2769578.
HSL color Cylindrical-coordinate representation of color #AA422A: hue angle of 11.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA422A is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 42 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.33 |
| HSL | 11.25º | 0.6% | 0.42% | - |
| HSV(B) | 11.25º | 0.75% | 0.67% | - |
| XYZ | 18.94 | 12.61 | 3.63 | - |
| YUV | 94.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 42 | 0 | 0.61 | 0.75 | 0.33 | 11.25 | 0.6 | 0.42 |
| Hex | AA | 42 | 2A | 0 | 3D | 4B | 21 | B | 3C | 2A |
| Octal | 252 | 102 | 52 | 0 | 75 | 113 | 41 | 13 | 74 | 52 |
| Binary | 10101010 | 1000010 | 101010 | 0 | 111101 | 1001011 | 100001 | 1011 | 111100 | 101010 |
Color Harmonies of #AA422A
Complementary color
Monochromatic Colors of #AA422A
Black with #AA422A
Text Example
Text Example
White with #AA422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA422A; }
p { color: rgb(170,66,42); }
H1.HeaderClassName
{
color: #AA422A;
}
.AnyTagClassName
{
color: #AA422A;
}
</style>
background-color css
<style>
a { background-color: #AA422A; }
a { background-color: rgb(170,66,42); }
div.DivClassName
{
background-color: #AA422A;
}
.BgClassName
{
background-color: #AA422A;
}
</style>
border-color css
<style>
span { border-color: #AA422A; }
span { border-color: rgb(170,66,42); }
td.TdClassName
{
border-color: #AA422A;
}
.TagClassName
{
border-color: #AA422A;
}
</style>