Shades of Rock Spray #AA452D
Tints of Rock Spray #AA452D
RGB
CMYK
RGB Variations
Color information
#AA452D (or 0xAA452D) is known color: Rock Spray. HEX triplet: AA, 45 and 2D. RGB value is (170,69,45). Sum of RGB (Red+Green+Blue) = 170+69+45=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA452D is #55BAD2. Grayscale: #606060. Windows color (decimal): -5618387 or 2966954. OLE color: 2966954.
HSL color Cylindrical-coordinate representation of color #AA452D: hue angle of 11.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA452D is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 45 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.33 |
| HSL | 11.52º | 0.58% | 0.42% | - |
| HSV(B) | 11.52º | 0.74% | 0.67% | - |
| XYZ | 19.18 | 12.99 | 3.98 | - |
| YUV | 96.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 45 | 0 | 0.59 | 0.74 | 0.33 | 11.52 | 0.58 | 0.42 |
| Hex | AA | 45 | 2D | 0 | 3B | 4A | 21 | C | 3A | 2A |
| Octal | 252 | 105 | 55 | 0 | 73 | 112 | 41 | 14 | 72 | 52 |
| Binary | 10101010 | 1000101 | 101101 | 0 | 111011 | 1001010 | 100001 | 1100 | 111010 | 101010 |
Color Harmonies of #AA452D
Complementary color
Monochromatic Colors of #AA452D
Black with #AA452D
Text Example
Text Example
White with #AA452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA452D; }
p { color: rgb(170,69,45); }
H1.HeaderClassName
{
color: #AA452D;
}
.AnyTagClassName
{
color: #AA452D;
}
</style>
background-color css
<style>
a { background-color: #AA452D; }
a { background-color: rgb(170,69,45); }
div.DivClassName
{
background-color: #AA452D;
}
.BgClassName
{
background-color: #AA452D;
}
</style>
border-color css
<style>
span { border-color: #AA452D; }
span { border-color: rgb(170,69,45); }
td.TdClassName
{
border-color: #AA452D;
}
.TagClassName
{
border-color: #AA452D;
}
</style>