Shades of Rock Spray #AA412A
Tints of Rock Spray #AA412A
RGB
CMYK
RGB Variations
Color information
#AA412A (or 0xAA412A) is known color: Rock Spray. HEX triplet: AA, 41 and 2A. RGB value is (170,65,42). Sum of RGB (Red+Green+Blue) = 170+65+42=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA412A is #55BED5. Grayscale: #5D5D5D. Windows color (decimal): -5619414 or 2769322. OLE color: 2769322.
HSL color Cylindrical-coordinate representation of color #AA412A: hue angle of 10.78º 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 #AA412A is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 42 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.33 |
| HSL | 10.78º | 0.6% | 0.42% | - |
| HSV(B) | 10.78º | 0.75% | 0.67% | - |
| XYZ | 18.89 | 12.49 | 3.61 | - |
| YUV | 93.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 42 | 0 | 0.62 | 0.75 | 0.33 | 10.78 | 0.6 | 0.42 |
| Hex | AA | 41 | 2A | 0 | 3E | 4B | 21 | B | 3C | 2A |
| Octal | 252 | 101 | 52 | 0 | 76 | 113 | 41 | 13 | 74 | 52 |
| Binary | 10101010 | 1000001 | 101010 | 0 | 111110 | 1001011 | 100001 | 1011 | 111100 | 101010 |
Color Harmonies of #AA412A
Complementary color
Monochromatic Colors of #AA412A
Black with #AA412A
Text Example
Text Example
White with #AA412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA412A; }
p { color: rgb(170,65,42); }
H1.HeaderClassName
{
color: #AA412A;
}
.AnyTagClassName
{
color: #AA412A;
}
</style>
background-color css
<style>
a { background-color: #AA412A; }
a { background-color: rgb(170,65,42); }
div.DivClassName
{
background-color: #AA412A;
}
.BgClassName
{
background-color: #AA412A;
}
</style>
border-color css
<style>
span { border-color: #AA412A; }
span { border-color: rgb(170,65,42); }
td.TdClassName
{
border-color: #AA412A;
}
.TagClassName
{
border-color: #AA412A;
}
</style>