Shades of Rock Spray #A04134
Tints of Rock Spray #A04134
RGB
CMYK
RGB Variations
Color information
#A04134 (or 0xA04134) is known color: Rock Spray. HEX triplet: A0, 41 and 34. RGB value is (160,65,52). Sum of RGB (Red+Green+Blue) = 160+65+52=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04134 is #5FBECB. Grayscale: #5C5C5C. Windows color (decimal): -6274764 or 3424672. OLE color: 3424672.
HSL color Cylindrical-coordinate representation of color #A04134: hue angle of 7.22º 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 #A04134 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 52 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.37 |
| HSL | 7.22º | 0.51% | 0.42% | - |
| HSV(B) | 7.22º | 0.68% | 0.63% | - |
| XYZ | 17.01 | 11.5 | 4.57 | - |
| YUV | 91.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 52 | 0 | 0.59 | 0.68 | 0.37 | 7.22 | 0.51 | 0.42 |
| Hex | A0 | 41 | 34 | 0 | 3B | 44 | 25 | 7 | 33 | 2A |
| Octal | 240 | 101 | 64 | 0 | 73 | 104 | 45 | 7 | 63 | 52 |
| Binary | 10100000 | 1000001 | 110100 | 0 | 111011 | 1000100 | 100101 | 111 | 110011 | 101010 |
Color Harmonies of #A04134
Complementary color
Monochromatic Colors of #A04134
Black with #A04134
Text Example
Text Example
White with #A04134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04134; }
p { color: rgb(160,65,52); }
H1.HeaderClassName
{
color: #A04134;
}
.AnyTagClassName
{
color: #A04134;
}
</style>
background-color css
<style>
a { background-color: #A04134; }
a { background-color: rgb(160,65,52); }
div.DivClassName
{
background-color: #A04134;
}
.BgClassName
{
background-color: #A04134;
}
</style>
border-color css
<style>
span { border-color: #A04134; }
span { border-color: rgb(160,65,52); }
td.TdClassName
{
border-color: #A04134;
}
.TagClassName
{
border-color: #A04134;
}
</style>