Shades of Rock Spray #AA452A
Tints of Rock Spray #AA452A
RGB
CMYK
RGB Variations
Color information
#AA452A (or 0xAA452A) is known color: Rock Spray. HEX triplet: AA, 45 and 2A. RGB value is (170,69,42). Sum of RGB (Red+Green+Blue) = 170+69+42=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA452A is #55BAD5. Grayscale: #606060. Windows color (decimal): -5618390 or 2770346. OLE color: 2770346.
HSL color Cylindrical-coordinate representation of color #AA452A: hue angle of 12.66º 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 #AA452A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 42 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.33 |
| HSL | 12.66º | 0.6% | 0.42% | - |
| HSV(B) | 12.66º | 0.75% | 0.67% | - |
| XYZ | 19.12 | 12.97 | 3.69 | - |
| YUV | 96.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 42 | 0 | 0.59 | 0.75 | 0.33 | 12.66 | 0.6 | 0.42 |
| Hex | AA | 45 | 2A | 0 | 3B | 4B | 21 | D | 3C | 2A |
| Octal | 252 | 105 | 52 | 0 | 73 | 113 | 41 | 15 | 74 | 52 |
| Binary | 10101010 | 1000101 | 101010 | 0 | 111011 | 1001011 | 100001 | 1101 | 111100 | 101010 |
Color Harmonies of #AA452A
Complementary color
Monochromatic Colors of #AA452A
Black with #AA452A
Text Example
Text Example
White with #AA452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA452A; }
p { color: rgb(170,69,42); }
H1.HeaderClassName
{
color: #AA452A;
}
.AnyTagClassName
{
color: #AA452A;
}
</style>
background-color css
<style>
a { background-color: #AA452A; }
a { background-color: rgb(170,69,42); }
div.DivClassName
{
background-color: #AA452A;
}
.BgClassName
{
background-color: #AA452A;
}
</style>
border-color css
<style>
span { border-color: #AA452A; }
span { border-color: rgb(170,69,42); }
td.TdClassName
{
border-color: #AA452A;
}
.TagClassName
{
border-color: #AA452A;
}
</style>