Shades of Rock Spray #A24725
Tints of Rock Spray #A24725
RGB
CMYK
RGB Variations
Color information
#A24725 (or 0xA24725) is known color: Rock Spray. HEX triplet: A2, 47 and 25. RGB value is (162,71,37). Sum of RGB (Red+Green+Blue) = 162+71+37=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A24725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24725 is #5DB8DA. Grayscale: #5E5E5E. Windows color (decimal): -6142171 or 2443170. OLE color: 2443170.
HSL color Cylindrical-coordinate representation of color #A24725: hue angle of 16.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A24725 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 37 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.36 |
| HSL | 16.32º | 0.63% | 0.39% | - |
| HSV(B) | 16.32º | 0.77% | 0.64% | - |
| XYZ | 17.49 | 12.32 | 3.21 | - |
| YUV | 94.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 37 | 0 | 0.56 | 0.77 | 0.36 | 16.32 | 0.63 | 0.39 |
| Hex | A2 | 47 | 25 | 0 | 38 | 4D | 24 | 10 | 3F | 27 |
| Octal | 242 | 107 | 45 | 0 | 70 | 115 | 44 | 20 | 77 | 47 |
| Binary | 10100010 | 1000111 | 100101 | 0 | 111000 | 1001101 | 100100 | 10000 | 111111 | 100111 |
Color Harmonies of #A24725
Complementary color
Monochromatic Colors of #A24725
Black with #A24725
Text Example
Text Example
White with #A24725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24725; }
p { color: rgb(162,71,37); }
H1.HeaderClassName
{
color: #A24725;
}
.AnyTagClassName
{
color: #A24725;
}
</style>
background-color css
<style>
a { background-color: #A24725; }
a { background-color: rgb(162,71,37); }
div.DivClassName
{
background-color: #A24725;
}
.BgClassName
{
background-color: #A24725;
}
</style>
border-color css
<style>
span { border-color: #A24725; }
span { border-color: rgb(162,71,37); }
td.TdClassName
{
border-color: #A24725;
}
.TagClassName
{
border-color: #A24725;
}
</style>