Shades of Rock Spray #A04B2F
Tints of Rock Spray #A04B2F
RGB
CMYK
RGB Variations
Color information
#A04B2F (or 0xA04B2F) is known color: Rock Spray. HEX triplet: A0, 4B and 2F. RGB value is (160,75,47). Sum of RGB (Red+Green+Blue) = 160+75+47=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B2F is #5FB4D0. Grayscale: #616161. Windows color (decimal): -6272209 or 3099552. OLE color: 3099552.
HSL color Cylindrical-coordinate representation of color #A04B2F: hue angle of 14.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04B2F is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 47 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.37 |
| HSL | 14.87º | 0.55% | 0.41% | - |
| HSV(B) | 14.87º | 0.71% | 0.63% | - |
| XYZ | 17.53 | 12.71 | 4.22 | - |
| YUV | 97.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 47 | 0 | 0.53 | 0.71 | 0.37 | 14.87 | 0.55 | 0.41 |
| Hex | A0 | 4B | 2F | 0 | 35 | 47 | 25 | F | 37 | 29 |
| Octal | 240 | 113 | 57 | 0 | 65 | 107 | 45 | 17 | 67 | 51 |
| Binary | 10100000 | 1001011 | 101111 | 0 | 110101 | 1000111 | 100101 | 1111 | 110111 | 101001 |
Color Harmonies of #A04B2F
Complementary color
Monochromatic Colors of #A04B2F
Black with #A04B2F
Text Example
Text Example
White with #A04B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B2F; }
p { color: rgb(160,75,47); }
H1.HeaderClassName
{
color: #A04B2F;
}
.AnyTagClassName
{
color: #A04B2F;
}
</style>
background-color css
<style>
a { background-color: #A04B2F; }
a { background-color: rgb(160,75,47); }
div.DivClassName
{
background-color: #A04B2F;
}
.BgClassName
{
background-color: #A04B2F;
}
</style>
border-color css
<style>
span { border-color: #A04B2F; }
span { border-color: rgb(160,75,47); }
td.TdClassName
{
border-color: #A04B2F;
}
.TagClassName
{
border-color: #A04B2F;
}
</style>