Shades of Rock Spray #AA3E26
Tints of Rock Spray #AA3E26
RGB
CMYK
RGB Variations
Color information
#AA3E26 (or 0xAA3E26) is known color: Rock Spray. HEX triplet: AA, 3E and 26. RGB value is (170,62,38). Sum of RGB (Red+Green+Blue) = 170+62+38=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E26 is #55C1D9. Grayscale: #5B5B5B. Windows color (decimal): -5620186 or 2506410. OLE color: 2506410.
HSL color Cylindrical-coordinate representation of color #AA3E26: hue angle of 10.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA3E26 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 38 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.33 |
| HSL | 10.91º | 0.63% | 0.41% | - |
| HSV(B) | 10.91º | 0.78% | 0.67% | - |
| XYZ | 18.65 | 12.13 | 3.19 | - |
| YUV | 91.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 38 | 0 | 0.64 | 0.78 | 0.33 | 10.91 | 0.63 | 0.41 |
| Hex | AA | 3E | 26 | 0 | 40 | 4E | 21 | B | 3F | 29 |
| Octal | 252 | 76 | 46 | 0 | 100 | 116 | 41 | 13 | 77 | 51 |
| Binary | 10101010 | 111110 | 100110 | 0 | 1000000 | 1001110 | 100001 | 1011 | 111111 | 101001 |
Color Harmonies of #AA3E26
Complementary color
Monochromatic Colors of #AA3E26
Black with #AA3E26
Text Example
Text Example
White with #AA3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E26; }
p { color: rgb(170,62,38); }
H1.HeaderClassName
{
color: #AA3E26;
}
.AnyTagClassName
{
color: #AA3E26;
}
</style>
background-color css
<style>
a { background-color: #AA3E26; }
a { background-color: rgb(170,62,38); }
div.DivClassName
{
background-color: #AA3E26;
}
.BgClassName
{
background-color: #AA3E26;
}
</style>
border-color css
<style>
span { border-color: #AA3E26; }
span { border-color: rgb(170,62,38); }
td.TdClassName
{
border-color: #AA3E26;
}
.TagClassName
{
border-color: #AA3E26;
}
</style>