Shades of Rock Spray #A04736
Tints of Rock Spray #A04736
RGB
CMYK
RGB Variations
Color information
#A04736 (or 0xA04736) is known color: Rock Spray. HEX triplet: A0, 47 and 36. RGB value is (160,71,54). Sum of RGB (Red+Green+Blue) = 160+71+54=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04736 is #5FB8C9. Grayscale: #5F5F5F. Windows color (decimal): -6273226 or 3557280. OLE color: 3557280.
HSL color Cylindrical-coordinate representation of color #A04736: hue angle of 9.62º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04736 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 54 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.37 |
| HSL | 9.62º | 0.5% | 0.42% | - |
| HSV(B) | 9.62º | 0.66% | 0.63% | - |
| XYZ | 17.42 | 12.25 | 4.94 | - |
| YUV | 95.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 54 | 0 | 0.56 | 0.66 | 0.37 | 9.62 | 0.5 | 0.42 |
| Hex | A0 | 47 | 36 | 0 | 38 | 42 | 25 | A | 32 | 2A |
| Octal | 240 | 107 | 66 | 0 | 70 | 102 | 45 | 12 | 62 | 52 |
| Binary | 10100000 | 1000111 | 110110 | 0 | 111000 | 1000010 | 100101 | 1010 | 110010 | 101010 |
Color Harmonies of #A04736
Complementary color
Monochromatic Colors of #A04736
Black with #A04736
Text Example
Text Example
White with #A04736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04736; }
p { color: rgb(160,71,54); }
H1.HeaderClassName
{
color: #A04736;
}
.AnyTagClassName
{
color: #A04736;
}
</style>
background-color css
<style>
a { background-color: #A04736; }
a { background-color: rgb(160,71,54); }
div.DivClassName
{
background-color: #A04736;
}
.BgClassName
{
background-color: #A04736;
}
</style>
border-color css
<style>
span { border-color: #A04736; }
span { border-color: rgb(160,71,54); }
td.TdClassName
{
border-color: #A04736;
}
.TagClassName
{
border-color: #A04736;
}
</style>