Shades of Rock Spray #AA4427
Tints of Rock Spray #AA4427
RGB
CMYK
RGB Variations
Color information
#AA4427 (or 0xAA4427) is known color: Rock Spray. HEX triplet: AA, 44 and 27. RGB value is (170,68,39). Sum of RGB (Red+Green+Blue) = 170+68+39=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4427 is #55BBD8. Grayscale: #5F5F5F. Windows color (decimal): -5618649 or 2573482. OLE color: 2573482.
HSL color Cylindrical-coordinate representation of color #AA4427: hue angle of 13.28º 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 #AA4427 is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 39 | - |
| CMYK | 0 | 0.6 | 0.77 | 0.33 |
| HSL | 13.28º | 0.63% | 0.41% | - |
| HSV(B) | 13.28º | 0.77% | 0.67% | - |
| XYZ | 19.01 | 12.83 | 3.39 | - |
| YUV | 95.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 39 | 0 | 0.6 | 0.77 | 0.33 | 13.28 | 0.63 | 0.41 |
| Hex | AA | 44 | 27 | 0 | 3C | 4D | 21 | D | 3F | 29 |
| Octal | 252 | 104 | 47 | 0 | 74 | 115 | 41 | 15 | 77 | 51 |
| Binary | 10101010 | 1000100 | 100111 | 0 | 111100 | 1001101 | 100001 | 1101 | 111111 | 101001 |
Color Harmonies of #AA4427
Complementary color
Monochromatic Colors of #AA4427
Black with #AA4427
Text Example
Text Example
White with #AA4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4427; }
p { color: rgb(170,68,39); }
H1.HeaderClassName
{
color: #AA4427;
}
.AnyTagClassName
{
color: #AA4427;
}
</style>
background-color css
<style>
a { background-color: #AA4427; }
a { background-color: rgb(170,68,39); }
div.DivClassName
{
background-color: #AA4427;
}
.BgClassName
{
background-color: #AA4427;
}
</style>
border-color css
<style>
span { border-color: #AA4427; }
span { border-color: rgb(170,68,39); }
td.TdClassName
{
border-color: #AA4427;
}
.TagClassName
{
border-color: #AA4427;
}
</style>