Shades of Rock Spray #A04331
Tints of Rock Spray #A04331
RGB
CMYK
RGB Variations
Color information
#A04331 (or 0xA04331) is known color: Rock Spray. HEX triplet: A0, 43 and 31. RGB value is (160,67,49). Sum of RGB (Red+Green+Blue) = 160+67+49=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A04331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04331 is #5FBCCE. Grayscale: #5C5C5C. Windows color (decimal): -6274255 or 3228576. OLE color: 3228576.
HSL color Cylindrical-coordinate representation of color #A04331: hue angle of 9.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04331 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 49 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.37 |
| HSL | 9.73º | 0.53% | 0.41% | - |
| HSV(B) | 9.73º | 0.69% | 0.63% | - |
| XYZ | 17.06 | 11.71 | 4.27 | - |
| YUV | 92.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 49 | 0 | 0.58 | 0.69 | 0.37 | 9.73 | 0.53 | 0.41 |
| Hex | A0 | 43 | 31 | 0 | 3A | 45 | 25 | A | 35 | 29 |
| Octal | 240 | 103 | 61 | 0 | 72 | 105 | 45 | 12 | 65 | 51 |
| Binary | 10100000 | 1000011 | 110001 | 0 | 111010 | 1000101 | 100101 | 1010 | 110101 | 101001 |
Color Harmonies of #A04331
Complementary color
Monochromatic Colors of #A04331
Black with #A04331
Text Example
Text Example
White with #A04331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04331; }
p { color: rgb(160,67,49); }
H1.HeaderClassName
{
color: #A04331;
}
.AnyTagClassName
{
color: #A04331;
}
</style>
background-color css
<style>
a { background-color: #A04331; }
a { background-color: rgb(160,67,49); }
div.DivClassName
{
background-color: #A04331;
}
.BgClassName
{
background-color: #A04331;
}
</style>
border-color css
<style>
span { border-color: #A04331; }
span { border-color: rgb(160,67,49); }
td.TdClassName
{
border-color: #A04331;
}
.TagClassName
{
border-color: #A04331;
}
</style>