Shades of Rock Spray #A04726
Tints of Rock Spray #A04726
RGB
CMYK
RGB Variations
Color information
#A04726 (or 0xA04726) is known color: Rock Spray. HEX triplet: A0, 47 and 26. RGB value is (160,71,38). Sum of RGB (Red+Green+Blue) = 160+71+38=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A04726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04726 is #5FB8D9. Grayscale: #5E5E5E. Windows color (decimal): -6273242 or 2508704. OLE color: 2508704.
HSL color Cylindrical-coordinate representation of color #A04726: hue angle of 16.23º degrees, saturation: 0.62, 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 #A04726 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 38 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.37 |
| HSL | 16.23º | 0.62% | 0.39% | - |
| HSV(B) | 16.23º | 0.76% | 0.63% | - |
| XYZ | 17.1 | 12.12 | 3.27 | - |
| YUV | 93.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 38 | 0 | 0.56 | 0.76 | 0.37 | 16.23 | 0.62 | 0.39 |
| Hex | A0 | 47 | 26 | 0 | 38 | 4C | 25 | 10 | 3E | 27 |
| Octal | 240 | 107 | 46 | 0 | 70 | 114 | 45 | 20 | 76 | 47 |
| Binary | 10100000 | 1000111 | 100110 | 0 | 111000 | 1001100 | 100101 | 10000 | 111110 | 100111 |
Color Harmonies of #A04726
Complementary color
Monochromatic Colors of #A04726
Black with #A04726
Text Example
Text Example
White with #A04726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04726; }
p { color: rgb(160,71,38); }
H1.HeaderClassName
{
color: #A04726;
}
.AnyTagClassName
{
color: #A04726;
}
</style>
background-color css
<style>
a { background-color: #A04726; }
a { background-color: rgb(160,71,38); }
div.DivClassName
{
background-color: #A04726;
}
.BgClassName
{
background-color: #A04726;
}
</style>
border-color css
<style>
span { border-color: #A04726; }
span { border-color: rgb(160,71,38); }
td.TdClassName
{
border-color: #A04726;
}
.TagClassName
{
border-color: #A04726;
}
</style>