Shades of Rock Spray #A03A27
Tints of Rock Spray #A03A27
RGB
CMYK
RGB Variations
Color information
#A03A27 (or 0xA03A27) is known color: Rock Spray. HEX triplet: A0, 3A and 27. RGB value is (160,58,39). Sum of RGB (Red+Green+Blue) = 160+58+39=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A27 is #5FC5D8. Grayscale: #565656. Windows color (decimal): -6276569 or 2570912. OLE color: 2570912.
HSL color Cylindrical-coordinate representation of color #A03A27: hue angle of 9.42º 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 #A03A27 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 39 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.37 |
| HSL | 9.42º | 0.61% | 0.39% | - |
| HSV(B) | 9.42º | 0.76% | 0.63% | - |
| XYZ | 16.38 | 10.65 | 3.11 | - |
| YUV | 86.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 39 | 0 | 0.64 | 0.76 | 0.37 | 9.42 | 0.61 | 0.39 |
| Hex | A0 | 3A | 27 | 0 | 40 | 4C | 25 | 9 | 3D | 27 |
| Octal | 240 | 72 | 47 | 0 | 100 | 114 | 45 | 11 | 75 | 47 |
| Binary | 10100000 | 111010 | 100111 | 0 | 1000000 | 1001100 | 100101 | 1001 | 111101 | 100111 |
Color Harmonies of #A03A27
Complementary color
Monochromatic Colors of #A03A27
Black with #A03A27
Text Example
Text Example
White with #A03A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A27; }
p { color: rgb(160,58,39); }
H1.HeaderClassName
{
color: #A03A27;
}
.AnyTagClassName
{
color: #A03A27;
}
</style>
background-color css
<style>
a { background-color: #A03A27; }
a { background-color: rgb(160,58,39); }
div.DivClassName
{
background-color: #A03A27;
}
.BgClassName
{
background-color: #A03A27;
}
</style>
border-color css
<style>
span { border-color: #A03A27; }
span { border-color: rgb(160,58,39); }
td.TdClassName
{
border-color: #A03A27;
}
.TagClassName
{
border-color: #A03A27;
}
</style>