Shades of Rock Spray #A04627
Tints of Rock Spray #A04627
RGB
CMYK
RGB Variations
Color information
#A04627 (or 0xA04627) is known color: Rock Spray. HEX triplet: A0, 46 and 27. RGB value is (160,70,39). Sum of RGB (Red+Green+Blue) = 160+70+39=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A04627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04627 is #5FB9D8. Grayscale: #5D5D5D. Windows color (decimal): -6273497 or 2573984. OLE color: 2573984.
HSL color Cylindrical-coordinate representation of color #A04627: hue angle of 15.37º 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 #A04627 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 39 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.37 |
| HSL | 15.37º | 0.61% | 0.39% | - |
| HSV(B) | 15.37º | 0.76% | 0.63% | - |
| XYZ | 17.05 | 12 | 3.34 | - |
| YUV | 93.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 39 | 0 | 0.56 | 0.76 | 0.37 | 15.37 | 0.61 | 0.39 |
| Hex | A0 | 46 | 27 | 0 | 38 | 4C | 25 | F | 3D | 27 |
| Octal | 240 | 106 | 47 | 0 | 70 | 114 | 45 | 17 | 75 | 47 |
| Binary | 10100000 | 1000110 | 100111 | 0 | 111000 | 1001100 | 100101 | 1111 | 111101 | 100111 |
Color Harmonies of #A04627
Complementary color
Monochromatic Colors of #A04627
Black with #A04627
Text Example
Text Example
White with #A04627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04627; }
p { color: rgb(160,70,39); }
H1.HeaderClassName
{
color: #A04627;
}
.AnyTagClassName
{
color: #A04627;
}
</style>
background-color css
<style>
a { background-color: #A04627; }
a { background-color: rgb(160,70,39); }
div.DivClassName
{
background-color: #A04627;
}
.BgClassName
{
background-color: #A04627;
}
</style>
border-color css
<style>
span { border-color: #A04627; }
span { border-color: rgb(160,70,39); }
td.TdClassName
{
border-color: #A04627;
}
.TagClassName
{
border-color: #A04627;
}
</style>