Shades of Rock Spray #A04535
Tints of Rock Spray #A04535
RGB
CMYK
RGB Variations
Color information
#A04535 (or 0xA04535) is known color: Rock Spray. HEX triplet: A0, 45 and 35. RGB value is (160,69,53). Sum of RGB (Red+Green+Blue) = 160+69+53=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04535 is #5FBACA. Grayscale: #5E5E5E. Windows color (decimal): -6273739 or 3491232. OLE color: 3491232.
HSL color Cylindrical-coordinate representation of color #A04535: hue angle of 8.97º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04535 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 53 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.37 |
| HSL | 8.97º | 0.5% | 0.42% | - |
| HSV(B) | 8.97º | 0.67% | 0.63% | - |
| XYZ | 17.27 | 11.99 | 4.77 | - |
| YUV | 94.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 53 | 0 | 0.57 | 0.67 | 0.37 | 8.97 | 0.5 | 0.42 |
| Hex | A0 | 45 | 35 | 0 | 39 | 43 | 25 | 9 | 32 | 2A |
| Octal | 240 | 105 | 65 | 0 | 71 | 103 | 45 | 11 | 62 | 52 |
| Binary | 10100000 | 1000101 | 110101 | 0 | 111001 | 1000011 | 100101 | 1001 | 110010 | 101010 |
Color Harmonies of #A04535
Complementary color
Monochromatic Colors of #A04535
Black with #A04535
Text Example
Text Example
White with #A04535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04535; }
p { color: rgb(160,69,53); }
H1.HeaderClassName
{
color: #A04535;
}
.AnyTagClassName
{
color: #A04535;
}
</style>
background-color css
<style>
a { background-color: #A04535; }
a { background-color: rgb(160,69,53); }
div.DivClassName
{
background-color: #A04535;
}
.BgClassName
{
background-color: #A04535;
}
</style>
border-color css
<style>
span { border-color: #A04535; }
span { border-color: rgb(160,69,53); }
td.TdClassName
{
border-color: #A04535;
}
.TagClassName
{
border-color: #A04535;
}
</style>