Shades of Rock Spray #AA4025
Tints of Rock Spray #AA4025
RGB
CMYK
RGB Variations
Color information
#AA4025 (or 0xAA4025) is known color: Rock Spray. HEX triplet: AA, 40 and 25. RGB value is (170,64,37). Sum of RGB (Red+Green+Blue) = 170+64+37=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4025 is #55BFDA. Grayscale: #5C5C5C. Windows color (decimal): -5619675 or 2441386. OLE color: 2441386.
HSL color Cylindrical-coordinate representation of color #AA4025: hue angle of 12.18º degrees, saturation: 0.64, 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 #AA4025 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 37 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.33 |
| HSL | 12.18º | 0.64% | 0.41% | - |
| HSV(B) | 12.18º | 0.78% | 0.67% | - |
| XYZ | 18.74 | 12.35 | 3.15 | - |
| YUV | 92.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 37 | 0 | 0.62 | 0.78 | 0.33 | 12.18 | 0.64 | 0.41 |
| Hex | AA | 40 | 25 | 0 | 3E | 4E | 21 | C | 40 | 29 |
| Octal | 252 | 100 | 45 | 0 | 76 | 116 | 41 | 14 | 100 | 51 |
| Binary | 10101010 | 1000000 | 100101 | 0 | 111110 | 1001110 | 100001 | 1100 | 1000000 | 101001 |
Color Harmonies of #AA4025
Complementary color
Monochromatic Colors of #AA4025
Black with #AA4025
Text Example
Text Example
White with #AA4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4025; }
p { color: rgb(170,64,37); }
H1.HeaderClassName
{
color: #AA4025;
}
.AnyTagClassName
{
color: #AA4025;
}
</style>
background-color css
<style>
a { background-color: #AA4025; }
a { background-color: rgb(170,64,37); }
div.DivClassName
{
background-color: #AA4025;
}
.BgClassName
{
background-color: #AA4025;
}
</style>
border-color css
<style>
span { border-color: #AA4025; }
span { border-color: rgb(170,64,37); }
td.TdClassName
{
border-color: #AA4025;
}
.TagClassName
{
border-color: #AA4025;
}
</style>