Shades of Rock Spray #A14031
Tints of Rock Spray #A14031
RGB
CMYK
RGB Variations
Color information
#A14031 (or 0xA14031) is known color: Rock Spray. HEX triplet: A1, 40 and 31. RGB value is (161,64,49). Sum of RGB (Red+Green+Blue) = 161+64+49=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A14031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14031 is #5EBFCE. Grayscale: #5B5B5B. Windows color (decimal): -6209487 or 3227809. OLE color: 3227809.
HSL color Cylindrical-coordinate representation of color #A14031: hue angle of 8.04º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14031 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 49 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.37 |
| HSL | 8.04º | 0.53% | 0.41% | - |
| HSV(B) | 8.04º | 0.7% | 0.63% | - |
| XYZ | 17.09 | 11.47 | 4.22 | - |
| YUV | 91.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 49 | 0 | 0.60 | 0.70 | 0.37 | 8.04 | 0.53 | 0.41 |
| Hex | A1 | 40 | 31 | 0 | 3C | 46 | 25 | 8 | 35 | 29 |
| Octal | 241 | 100 | 61 | 0 | 74 | 106 | 45 | 10 | 65 | 51 |
| Binary | 10100001 | 1000000 | 110001 | 0 | 111100 | 1000110 | 100101 | 1000 | 110101 | 101001 |
Color Harmonies of #A14031
Complementary color
Monochromatic Colors of #A14031
Black with #A14031
Text Example
Text Example
White with #A14031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14031; }
p { color: rgb(161,64,49); }
H1.HeaderClassName
{
color: #A14031;
}
.AnyTagClassName
{
color: #A14031;
}
</style>
background-color css
<style>
a { background-color: #A14031; }
a { background-color: rgb(161,64,49); }
div.DivClassName
{
background-color: #A14031;
}
.BgClassName
{
background-color: #A14031;
}
</style>
border-color css
<style>
span { border-color: #A14031; }
span { border-color: rgb(161,64,49); }
td.TdClassName
{
border-color: #A14031;
}
.TagClassName
{
border-color: #A14031;
}
</style>