Shades of Rock Spray #A24827
Tints of Rock Spray #A24827
RGB
CMYK
RGB Variations
Color information
#A24827 (or 0xA24827) is known color: Rock Spray. HEX triplet: A2, 48 and 27. RGB value is (162,72,39). Sum of RGB (Red+Green+Blue) = 162+72+39=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24827 is #5DB7D8. Grayscale: #5F5F5F. Windows color (decimal): -6141913 or 2574498. OLE color: 2574498.
HSL color Cylindrical-coordinate representation of color #A24827: hue angle of 16.1º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A24827 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 39 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.36 |
| HSL | 16.1º | 0.61% | 0.39% | - |
| HSV(B) | 16.1º | 0.76% | 0.64% | - |
| XYZ | 17.58 | 12.46 | 3.4 | - |
| YUV | 95.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 39 | 0 | 0.56 | 0.76 | 0.36 | 16.1 | 0.61 | 0.39 |
| Hex | A2 | 48 | 27 | 0 | 38 | 4C | 24 | 10 | 3D | 27 |
| Octal | 242 | 110 | 47 | 0 | 70 | 114 | 44 | 20 | 75 | 47 |
| Binary | 10100010 | 1001000 | 100111 | 0 | 111000 | 1001100 | 100100 | 10000 | 111101 | 100111 |
Color Harmonies of #A24827
Complementary color
Monochromatic Colors of #A24827
Black with #A24827
Text Example
Text Example
White with #A24827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24827; }
p { color: rgb(162,72,39); }
H1.HeaderClassName
{
color: #A24827;
}
.AnyTagClassName
{
color: #A24827;
}
</style>
background-color css
<style>
a { background-color: #A24827; }
a { background-color: rgb(162,72,39); }
div.DivClassName
{
background-color: #A24827;
}
.BgClassName
{
background-color: #A24827;
}
</style>
border-color css
<style>
span { border-color: #A24827; }
span { border-color: rgb(162,72,39); }
td.TdClassName
{
border-color: #A24827;
}
.TagClassName
{
border-color: #A24827;
}
</style>