Shades of Rock Spray #AA4428
Tints of Rock Spray #AA4428
RGB
CMYK
RGB Variations
Color information
#AA4428 (or 0xAA4428) is known color: Rock Spray. HEX triplet: AA, 44 and 28. RGB value is (170,68,40). Sum of RGB (Red+Green+Blue) = 170+68+40=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4428 is #55BBD7. Grayscale: #5F5F5F. Windows color (decimal): -5618648 or 2639018. OLE color: 2639018.
HSL color Cylindrical-coordinate representation of color #AA4428: hue angle of 12.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA4428 is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 40 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.33 |
| HSL | 12.92º | 0.62% | 0.41% | - |
| HSV(B) | 12.92º | 0.76% | 0.67% | - |
| XYZ | 19.03 | 12.83 | 3.48 | - |
| YUV | 95.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 40 | 0 | 0.6 | 0.76 | 0.33 | 12.92 | 0.62 | 0.41 |
| Hex | AA | 44 | 28 | 0 | 3C | 4C | 21 | D | 3E | 29 |
| Octal | 252 | 104 | 50 | 0 | 74 | 114 | 41 | 15 | 76 | 51 |
| Binary | 10101010 | 1000100 | 101000 | 0 | 111100 | 1001100 | 100001 | 1101 | 111110 | 101001 |
Color Harmonies of #AA4428
Complementary color
Monochromatic Colors of #AA4428
Black with #AA4428
Text Example
Text Example
White with #AA4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4428; }
p { color: rgb(170,68,40); }
H1.HeaderClassName
{
color: #AA4428;
}
.AnyTagClassName
{
color: #AA4428;
}
</style>
background-color css
<style>
a { background-color: #AA4428; }
a { background-color: rgb(170,68,40); }
div.DivClassName
{
background-color: #AA4428;
}
.BgClassName
{
background-color: #AA4428;
}
</style>
border-color css
<style>
span { border-color: #AA4428; }
span { border-color: rgb(170,68,40); }
td.TdClassName
{
border-color: #AA4428;
}
.TagClassName
{
border-color: #AA4428;
}
</style>