Shades of Rock Spray #AA411F
Tints of Rock Spray #AA411F
RGB
CMYK
RGB Variations
Color information
#AA411F (or 0xAA411F) is known color: Rock Spray. HEX triplet: AA, 41 and 1F. RGB value is (170,65,31). Sum of RGB (Red+Green+Blue) = 170+65+31=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA411F is #55BEE0. Grayscale: #5C5C5C. Windows color (decimal): -5619425 or 2048426. OLE color: 2048426.
HSL color Cylindrical-coordinate representation of color #AA411F: hue angle of 14.68º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA411F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 31 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.33 |
| HSL | 14.68º | 0.69% | 0.39% | - |
| HSV(B) | 14.68º | 0.82% | 0.67% | - |
| XYZ | 18.72 | 12.43 | 2.71 | - |
| YUV | 92.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 31 | 0 | 0.62 | 0.82 | 0.33 | 14.68 | 0.69 | 0.39 |
| Hex | AA | 41 | 1F | 0 | 3E | 52 | 21 | F | 45 | 27 |
| Octal | 252 | 101 | 37 | 0 | 76 | 122 | 41 | 17 | 105 | 47 |
| Binary | 10101010 | 1000001 | 11111 | 0 | 111110 | 1010010 | 100001 | 1111 | 1000101 | 100111 |
Color Harmonies of #AA411F
Complementary color
Monochromatic Colors of #AA411F
Black with #AA411F
Text Example
Text Example
White with #AA411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA411F; }
p { color: rgb(170,65,31); }
H1.HeaderClassName
{
color: #AA411F;
}
.AnyTagClassName
{
color: #AA411F;
}
</style>
background-color css
<style>
a { background-color: #AA411F; }
a { background-color: rgb(170,65,31); }
div.DivClassName
{
background-color: #AA411F;
}
.BgClassName
{
background-color: #AA411F;
}
</style>
border-color css
<style>
span { border-color: #AA411F; }
span { border-color: rgb(170,65,31); }
td.TdClassName
{
border-color: #AA411F;
}
.TagClassName
{
border-color: #AA411F;
}
</style>