Shades of Rock Spray #AA3E1E
Tints of Rock Spray #AA3E1E
RGB
CMYK
RGB Variations
Color information
#AA3E1E (or 0xAA3E1E) is known color: Rock Spray. HEX triplet: AA, 3E and 1E. RGB value is (170,62,30). Sum of RGB (Red+Green+Blue) = 170+62+30=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E1E is #55C1E1. Grayscale: #5A5A5A. Windows color (decimal): -5620194 or 1982122. OLE color: 1982122.
HSL color Cylindrical-coordinate representation of color #AA3E1E: hue angle of 13.71º degrees, saturation: 0.7, 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 #AA3E1E is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 30 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.33 |
| HSL | 13.71º | 0.7% | 0.39% | - |
| HSV(B) | 13.71º | 0.82% | 0.67% | - |
| XYZ | 18.53 | 12.09 | 2.58 | - |
| YUV | 90.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 30 | 0 | 0.64 | 0.82 | 0.33 | 13.71 | 0.7 | 0.39 |
| Hex | AA | 3E | 1E | 0 | 40 | 52 | 21 | E | 46 | 27 |
| Octal | 252 | 76 | 36 | 0 | 100 | 122 | 41 | 16 | 106 | 47 |
| Binary | 10101010 | 111110 | 11110 | 0 | 1000000 | 1010010 | 100001 | 1110 | 1000110 | 100111 |
Color Harmonies of #AA3E1E
Complementary color
Monochromatic Colors of #AA3E1E
Black with #AA3E1E
Text Example
Text Example
White with #AA3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E1E; }
p { color: rgb(170,62,30); }
H1.HeaderClassName
{
color: #AA3E1E;
}
.AnyTagClassName
{
color: #AA3E1E;
}
</style>
background-color css
<style>
a { background-color: #AA3E1E; }
a { background-color: rgb(170,62,30); }
div.DivClassName
{
background-color: #AA3E1E;
}
.BgClassName
{
background-color: #AA3E1E;
}
</style>
border-color css
<style>
span { border-color: #AA3E1E; }
span { border-color: rgb(170,62,30); }
td.TdClassName
{
border-color: #AA3E1E;
}
.TagClassName
{
border-color: #AA3E1E;
}
</style>