Shades of Rock Spray #A04934
Tints of Rock Spray #A04934
RGB
CMYK
RGB Variations
Color information
#A04934 (or 0xA04934) is known color: Rock Spray. HEX triplet: A0, 49 and 34. RGB value is (160,73,52). Sum of RGB (Red+Green+Blue) = 160+73+52=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04934 is #5FB6CB. Grayscale: #606060. Windows color (decimal): -6272716 or 3426720. OLE color: 3426720.
HSL color Cylindrical-coordinate representation of color #A04934: hue angle of 11.67º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04934 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 52 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.37 |
| HSL | 11.67º | 0.51% | 0.42% | - |
| HSV(B) | 11.67º | 0.68% | 0.63% | - |
| XYZ | 17.5 | 12.49 | 4.74 | - |
| YUV | 96.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 52 | 0 | 0.54 | 0.68 | 0.37 | 11.67 | 0.51 | 0.42 |
| Hex | A0 | 49 | 34 | 0 | 36 | 44 | 25 | C | 33 | 2A |
| Octal | 240 | 111 | 64 | 0 | 66 | 104 | 45 | 14 | 63 | 52 |
| Binary | 10100000 | 1001001 | 110100 | 0 | 110110 | 1000100 | 100101 | 1100 | 110011 | 101010 |
Color Harmonies of #A04934
Complementary color
Monochromatic Colors of #A04934
Black with #A04934
Text Example
Text Example
White with #A04934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04934; }
p { color: rgb(160,73,52); }
H1.HeaderClassName
{
color: #A04934;
}
.AnyTagClassName
{
color: #A04934;
}
</style>
background-color css
<style>
a { background-color: #A04934; }
a { background-color: rgb(160,73,52); }
div.DivClassName
{
background-color: #A04934;
}
.BgClassName
{
background-color: #A04934;
}
</style>
border-color css
<style>
span { border-color: #A04934; }
span { border-color: rgb(160,73,52); }
td.TdClassName
{
border-color: #A04934;
}
.TagClassName
{
border-color: #A04934;
}
</style>