Shades of Rock Spray #A04330
Tints of Rock Spray #A04330
RGB
CMYK
RGB Variations
Color information
#A04330 (or 0xA04330) is known color: Rock Spray. HEX triplet: A0, 43 and 30. RGB value is (160,67,48). Sum of RGB (Red+Green+Blue) = 160+67+48=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A04330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04330 is #5FBCCF. Grayscale: #5C5C5C. Windows color (decimal): -6274256 or 3163040. OLE color: 3163040.
HSL color Cylindrical-coordinate representation of color #A04330: hue angle of 10.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04330 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 48 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.37 |
| HSL | 10.18º | 0.54% | 0.41% | - |
| HSV(B) | 10.18º | 0.7% | 0.63% | - |
| XYZ | 17.04 | 11.7 | 4.16 | - |
| YUV | 92.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 48 | 0 | 0.58 | 0.70 | 0.37 | 10.18 | 0.54 | 0.41 |
| Hex | A0 | 43 | 30 | 0 | 3A | 46 | 25 | A | 36 | 29 |
| Octal | 240 | 103 | 60 | 0 | 72 | 106 | 45 | 12 | 66 | 51 |
| Binary | 10100000 | 1000011 | 110000 | 0 | 111010 | 1000110 | 100101 | 1010 | 110110 | 101001 |
Color Harmonies of #A04330
Complementary color
Monochromatic Colors of #A04330
Black with #A04330
Text Example
Text Example
White with #A04330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04330; }
p { color: rgb(160,67,48); }
H1.HeaderClassName
{
color: #A04330;
}
.AnyTagClassName
{
color: #A04330;
}
</style>
background-color css
<style>
a { background-color: #A04330; }
a { background-color: rgb(160,67,48); }
div.DivClassName
{
background-color: #A04330;
}
.BgClassName
{
background-color: #A04330;
}
</style>
border-color css
<style>
span { border-color: #A04330; }
span { border-color: rgb(160,67,48); }
td.TdClassName
{
border-color: #A04330;
}
.TagClassName
{
border-color: #A04330;
}
</style>