Shades of Rock Spray #A04531
Tints of Rock Spray #A04531
RGB
CMYK
RGB Variations
Color information
#A04531 (or 0xA04531) is known color: Rock Spray. HEX triplet: A0, 45 and 31. RGB value is (160,69,49). Sum of RGB (Red+Green+Blue) = 160+69+49=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A04531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04531 is #5FBACE. Grayscale: #5E5E5E. Windows color (decimal): -6273743 or 3229088. OLE color: 3229088.
HSL color Cylindrical-coordinate representation of color #A04531: hue angle of 10.81º 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 #A04531 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 49 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.37 |
| HSL | 10.81º | 0.53% | 0.41% | - |
| HSV(B) | 10.81º | 0.69% | 0.63% | - |
| XYZ | 17.18 | 11.95 | 4.31 | - |
| YUV | 93.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 49 | 0 | 0.57 | 0.69 | 0.37 | 10.81 | 0.53 | 0.41 |
| Hex | A0 | 45 | 31 | 0 | 39 | 45 | 25 | B | 35 | 29 |
| Octal | 240 | 105 | 61 | 0 | 71 | 105 | 45 | 13 | 65 | 51 |
| Binary | 10100000 | 1000101 | 110001 | 0 | 111001 | 1000101 | 100101 | 1011 | 110101 | 101001 |
Color Harmonies of #A04531
Complementary color
Monochromatic Colors of #A04531
Black with #A04531
Text Example
Text Example
White with #A04531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04531; }
p { color: rgb(160,69,49); }
H1.HeaderClassName
{
color: #A04531;
}
.AnyTagClassName
{
color: #A04531;
}
</style>
background-color css
<style>
a { background-color: #A04531; }
a { background-color: rgb(160,69,49); }
div.DivClassName
{
background-color: #A04531;
}
.BgClassName
{
background-color: #A04531;
}
</style>
border-color css
<style>
span { border-color: #A04531; }
span { border-color: rgb(160,69,49); }
td.TdClassName
{
border-color: #A04531;
}
.TagClassName
{
border-color: #A04531;
}
</style>