Shades of Rock Spray #AA442C
Tints of Rock Spray #AA442C
RGB
CMYK
RGB Variations
Color information
#AA442C (or 0xAA442C) is known color: Rock Spray. HEX triplet: AA, 44 and 2C. RGB value is (170,68,44). Sum of RGB (Red+Green+Blue) = 170+68+44=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA442C is #55BBD3. Grayscale: #5F5F5F. Windows color (decimal): -5618644 or 2901162. OLE color: 2901162.
HSL color Cylindrical-coordinate representation of color #AA442C: hue angle of 11.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA442C is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 44 | - |
| CMYK | 0 | 0.6 | 0.74 | 0.33 |
| HSL | 11.43º | 0.59% | 0.42% | - |
| HSV(B) | 11.43º | 0.74% | 0.67% | - |
| XYZ | 19.1 | 12.86 | 3.86 | - |
| YUV | 95.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 44 | 0 | 0.6 | 0.74 | 0.33 | 11.43 | 0.59 | 0.42 |
| Hex | AA | 44 | 2C | 0 | 3C | 4A | 21 | B | 3B | 2A |
| Octal | 252 | 104 | 54 | 0 | 74 | 112 | 41 | 13 | 73 | 52 |
| Binary | 10101010 | 1000100 | 101100 | 0 | 111100 | 1001010 | 100001 | 1011 | 111011 | 101010 |
Color Harmonies of #AA442C
Complementary color
Monochromatic Colors of #AA442C
Black with #AA442C
Text Example
Text Example
White with #AA442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA442C; }
p { color: rgb(170,68,44); }
H1.HeaderClassName
{
color: #AA442C;
}
.AnyTagClassName
{
color: #AA442C;
}
</style>
background-color css
<style>
a { background-color: #AA442C; }
a { background-color: rgb(170,68,44); }
div.DivClassName
{
background-color: #AA442C;
}
.BgClassName
{
background-color: #AA442C;
}
</style>
border-color css
<style>
span { border-color: #AA442C; }
span { border-color: rgb(170,68,44); }
td.TdClassName
{
border-color: #AA442C;
}
.TagClassName
{
border-color: #AA442C;
}
</style>