Shades of Rock Spray #A03927
Tints of Rock Spray #A03927
RGB
CMYK
RGB Variations
Color information
#A03927 (or 0xA03927) is known color: Rock Spray. HEX triplet: A0, 39 and 27. RGB value is (160,57,39). Sum of RGB (Red+Green+Blue) = 160+57+39=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A03927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03927 is #5FC6D8. Grayscale: #555555. Windows color (decimal): -6276825 or 2570656. OLE color: 2570656.
HSL color Cylindrical-coordinate representation of color #A03927: hue angle of 8.93º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03927 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 39 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.37 |
| HSL | 8.93º | 0.61% | 0.39% | - |
| HSV(B) | 8.93º | 0.76% | 0.63% | - |
| XYZ | 16.33 | 10.55 | 3.09 | - |
| YUV | 85.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 39 | 0 | 0.64 | 0.76 | 0.37 | 8.93 | 0.61 | 0.39 |
| Hex | A0 | 39 | 27 | 0 | 40 | 4C | 25 | 9 | 3D | 27 |
| Octal | 240 | 71 | 47 | 0 | 100 | 114 | 45 | 11 | 75 | 47 |
| Binary | 10100000 | 111001 | 100111 | 0 | 1000000 | 1001100 | 100101 | 1001 | 111101 | 100111 |
Color Harmonies of #A03927
Complementary color
Monochromatic Colors of #A03927
Black with #A03927
Text Example
Text Example
White with #A03927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03927; }
p { color: rgb(160,57,39); }
H1.HeaderClassName
{
color: #A03927;
}
.AnyTagClassName
{
color: #A03927;
}
</style>
background-color css
<style>
a { background-color: #A03927; }
a { background-color: rgb(160,57,39); }
div.DivClassName
{
background-color: #A03927;
}
.BgClassName
{
background-color: #A03927;
}
</style>
border-color css
<style>
span { border-color: #A03927; }
span { border-color: rgb(160,57,39); }
td.TdClassName
{
border-color: #A03927;
}
.TagClassName
{
border-color: #A03927;
}
</style>