Shades of Rock Spray #AA3F28
Tints of Rock Spray #AA3F28
RGB
CMYK
RGB Variations
Color information
#AA3F28 (or 0xAA3F28) is known color: Rock Spray. HEX triplet: AA, 3F and 28. RGB value is (170,63,40). Sum of RGB (Red+Green+Blue) = 170+63+40=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F28 is #55C0D7. Grayscale: #5C5C5C. Windows color (decimal): -5619928 or 2637738. OLE color: 2637738.
HSL color Cylindrical-coordinate representation of color #AA3F28: hue angle of 10.62º 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 #AA3F28 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 40 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.33 |
| HSL | 10.62º | 0.62% | 0.41% | - |
| HSV(B) | 10.62º | 0.76% | 0.67% | - |
| XYZ | 18.74 | 12.25 | 3.39 | - |
| YUV | 92.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 40 | 0 | 0.63 | 0.76 | 0.33 | 10.62 | 0.62 | 0.41 |
| Hex | AA | 3F | 28 | 0 | 3F | 4C | 21 | B | 3E | 29 |
| Octal | 252 | 77 | 50 | 0 | 77 | 114 | 41 | 13 | 76 | 51 |
| Binary | 10101010 | 111111 | 101000 | 0 | 111111 | 1001100 | 100001 | 1011 | 111110 | 101001 |
Color Harmonies of #AA3F28
Complementary color
Monochromatic Colors of #AA3F28
Black with #AA3F28
Text Example
Text Example
White with #AA3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F28; }
p { color: rgb(170,63,40); }
H1.HeaderClassName
{
color: #AA3F28;
}
.AnyTagClassName
{
color: #AA3F28;
}
</style>
background-color css
<style>
a { background-color: #AA3F28; }
a { background-color: rgb(170,63,40); }
div.DivClassName
{
background-color: #AA3F28;
}
.BgClassName
{
background-color: #AA3F28;
}
</style>
border-color css
<style>
span { border-color: #AA3F28; }
span { border-color: rgb(170,63,40); }
td.TdClassName
{
border-color: #AA3F28;
}
.TagClassName
{
border-color: #AA3F28;
}
</style>