Shades of Rock Spray #AA3D25
Tints of Rock Spray #AA3D25
RGB
CMYK
RGB Variations
Color information
#AA3D25 (or 0xAA3D25) is known color: Rock Spray. HEX triplet: AA, 3D and 25. RGB value is (170,61,37). Sum of RGB (Red+Green+Blue) = 170+61+37=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D25 is #55C2DA. Grayscale: #5B5B5B. Windows color (decimal): -5620443 or 2440618. OLE color: 2440618.
HSL color Cylindrical-coordinate representation of color #AA3D25: hue angle of 10.83º 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 #AA3D25 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 37 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.33 |
| HSL | 10.83º | 0.64% | 0.41% | - |
| HSV(B) | 10.83º | 0.78% | 0.67% | - |
| XYZ | 18.58 | 12.02 | 3.09 | - |
| YUV | 90.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 37 | 0 | 0.64 | 0.78 | 0.33 | 10.83 | 0.64 | 0.41 |
| Hex | AA | 3D | 25 | 0 | 40 | 4E | 21 | B | 40 | 29 |
| Octal | 252 | 75 | 45 | 0 | 100 | 116 | 41 | 13 | 100 | 51 |
| Binary | 10101010 | 111101 | 100101 | 0 | 1000000 | 1001110 | 100001 | 1011 | 1000000 | 101001 |
Color Harmonies of #AA3D25
Complementary color
Monochromatic Colors of #AA3D25
Black with #AA3D25
Text Example
Text Example
White with #AA3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D25; }
p { color: rgb(170,61,37); }
H1.HeaderClassName
{
color: #AA3D25;
}
.AnyTagClassName
{
color: #AA3D25;
}
</style>
background-color css
<style>
a { background-color: #AA3D25; }
a { background-color: rgb(170,61,37); }
div.DivClassName
{
background-color: #AA3D25;
}
.BgClassName
{
background-color: #AA3D25;
}
</style>
border-color css
<style>
span { border-color: #AA3D25; }
span { border-color: rgb(170,61,37); }
td.TdClassName
{
border-color: #AA3D25;
}
.TagClassName
{
border-color: #AA3D25;
}
</style>