Shades of Rock Spray #AA3E27
Tints of Rock Spray #AA3E27
RGB
CMYK
RGB Variations
Color information
#AA3E27 (or 0xAA3E27) is known color: Rock Spray. HEX triplet: AA, 3E and 27. RGB value is (170,62,39). Sum of RGB (Red+Green+Blue) = 170+62+39=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E27 is #55C1D8. Grayscale: #5B5B5B. Windows color (decimal): -5620185 or 2571946. OLE color: 2571946.
HSL color Cylindrical-coordinate representation of color #AA3E27: hue angle of 10.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3E27 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 39 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.33 |
| HSL | 10.53º | 0.63% | 0.41% | - |
| HSV(B) | 10.53º | 0.77% | 0.67% | - |
| XYZ | 18.67 | 12.14 | 3.28 | - |
| YUV | 91.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 39 | 0 | 0.64 | 0.77 | 0.33 | 10.53 | 0.63 | 0.41 |
| Hex | AA | 3E | 27 | 0 | 40 | 4D | 21 | B | 3F | 29 |
| Octal | 252 | 76 | 47 | 0 | 100 | 115 | 41 | 13 | 77 | 51 |
| Binary | 10101010 | 111110 | 100111 | 0 | 1000000 | 1001101 | 100001 | 1011 | 111111 | 101001 |
Color Harmonies of #AA3E27
Complementary color
Monochromatic Colors of #AA3E27
Black with #AA3E27
Text Example
Text Example
White with #AA3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E27; }
p { color: rgb(170,62,39); }
H1.HeaderClassName
{
color: #AA3E27;
}
.AnyTagClassName
{
color: #AA3E27;
}
</style>
background-color css
<style>
a { background-color: #AA3E27; }
a { background-color: rgb(170,62,39); }
div.DivClassName
{
background-color: #AA3E27;
}
.BgClassName
{
background-color: #AA3E27;
}
</style>
border-color css
<style>
span { border-color: #AA3E27; }
span { border-color: rgb(170,62,39); }
td.TdClassName
{
border-color: #AA3E27;
}
.TagClassName
{
border-color: #AA3E27;
}
</style>