Shades of Rock Spray #A04725
Tints of Rock Spray #A04725
RGB
CMYK
RGB Variations
Color information
#A04725 (or 0xA04725) is known color: Rock Spray. HEX triplet: A0, 47 and 25. RGB value is (160,71,37). Sum of RGB (Red+Green+Blue) = 160+71+37=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A04725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04725 is #5FB8DA. Grayscale: #5D5D5D. Windows color (decimal): -6273243 or 2443168. OLE color: 2443168.
HSL color Cylindrical-coordinate representation of color #A04725: hue angle of 16.59º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A04725 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 37 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.37 |
| HSL | 16.59º | 0.62% | 0.39% | - |
| HSV(B) | 16.59º | 0.77% | 0.63% | - |
| XYZ | 17.08 | 12.11 | 3.19 | - |
| YUV | 93.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 37 | 0 | 0.56 | 0.77 | 0.37 | 16.59 | 0.62 | 0.39 |
| Hex | A0 | 47 | 25 | 0 | 38 | 4D | 25 | 11 | 3E | 27 |
| Octal | 240 | 107 | 45 | 0 | 70 | 115 | 45 | 21 | 76 | 47 |
| Binary | 10100000 | 1000111 | 100101 | 0 | 111000 | 1001101 | 100101 | 10001 | 111110 | 100111 |
Color Harmonies of #A04725
Complementary color
Monochromatic Colors of #A04725
Black with #A04725
Text Example
Text Example
White with #A04725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04725; }
p { color: rgb(160,71,37); }
H1.HeaderClassName
{
color: #A04725;
}
.AnyTagClassName
{
color: #A04725;
}
</style>
background-color css
<style>
a { background-color: #A04725; }
a { background-color: rgb(160,71,37); }
div.DivClassName
{
background-color: #A04725;
}
.BgClassName
{
background-color: #A04725;
}
</style>
border-color css
<style>
span { border-color: #A04725; }
span { border-color: rgb(160,71,37); }
td.TdClassName
{
border-color: #A04725;
}
.TagClassName
{
border-color: #A04725;
}
</style>