Shades of Rock Spray #A04629
Tints of Rock Spray #A04629
RGB
CMYK
RGB Variations
Color information
#A04629 (or 0xA04629) is known color: Rock Spray. HEX triplet: A0, 46 and 29. RGB value is (160,70,41). Sum of RGB (Red+Green+Blue) = 160+70+41=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A04629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04629 is #5FB9D6. Grayscale: #5D5D5D. Windows color (decimal): -6273495 or 2705056. OLE color: 2705056.
HSL color Cylindrical-coordinate representation of color #A04629: hue angle of 14.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A04629 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 41 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.37 |
| HSL | 14.62º | 0.59% | 0.39% | - |
| HSV(B) | 14.62º | 0.74% | 0.63% | - |
| XYZ | 17.09 | 12.01 | 3.52 | - |
| YUV | 93.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 41 | 0 | 0.56 | 0.74 | 0.37 | 14.62 | 0.59 | 0.39 |
| Hex | A0 | 46 | 29 | 0 | 38 | 4A | 25 | F | 3B | 27 |
| Octal | 240 | 106 | 51 | 0 | 70 | 112 | 45 | 17 | 73 | 47 |
| Binary | 10100000 | 1000110 | 101001 | 0 | 111000 | 1001010 | 100101 | 1111 | 111011 | 100111 |
Color Harmonies of #A04629
Complementary color
Monochromatic Colors of #A04629
Black with #A04629
Text Example
Text Example
White with #A04629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04629; }
p { color: rgb(160,70,41); }
H1.HeaderClassName
{
color: #A04629;
}
.AnyTagClassName
{
color: #A04629;
}
</style>
background-color css
<style>
a { background-color: #A04629; }
a { background-color: rgb(160,70,41); }
div.DivClassName
{
background-color: #A04629;
}
.BgClassName
{
background-color: #A04629;
}
</style>
border-color css
<style>
span { border-color: #A04629; }
span { border-color: rgb(160,70,41); }
td.TdClassName
{
border-color: #A04629;
}
.TagClassName
{
border-color: #A04629;
}
</style>