Shades of Rock Spray #A0482B
Tints of Rock Spray #A0482B
RGB
CMYK
RGB Variations
Color information
#A0482B (or 0xA0482B) is known color: Rock Spray. HEX triplet: A0, 48 and 2B. RGB value is (160,72,43). Sum of RGB (Red+Green+Blue) = 160+72+43=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0482B is #5FB7D4. Grayscale: #5F5F5F. Windows color (decimal): -6272981 or 2836640. OLE color: 2836640.
HSL color Cylindrical-coordinate representation of color #A0482B: hue angle of 14.87º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0482B is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 43 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.37 |
| HSL | 14.87º | 0.58% | 0.4% | - |
| HSV(B) | 14.87º | 0.73% | 0.63% | - |
| XYZ | 17.25 | 12.28 | 3.75 | - |
| YUV | 95.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 43 | 0 | 0.55 | 0.73 | 0.37 | 14.87 | 0.58 | 0.4 |
| Hex | A0 | 48 | 2B | 0 | 37 | 49 | 25 | F | 3A | 28 |
| Octal | 240 | 110 | 53 | 0 | 67 | 111 | 45 | 17 | 72 | 50 |
| Binary | 10100000 | 1001000 | 101011 | 0 | 110111 | 1001001 | 100101 | 1111 | 111010 | 101000 |
Color Harmonies of #A0482B
Complementary color
Monochromatic Colors of #A0482B
Black with #A0482B
Text Example
Text Example
White with #A0482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0482B; }
p { color: rgb(160,72,43); }
H1.HeaderClassName
{
color: #A0482B;
}
.AnyTagClassName
{
color: #A0482B;
}
</style>
background-color css
<style>
a { background-color: #A0482B; }
a { background-color: rgb(160,72,43); }
div.DivClassName
{
background-color: #A0482B;
}
.BgClassName
{
background-color: #A0482B;
}
</style>
border-color css
<style>
span { border-color: #A0482B; }
span { border-color: rgb(160,72,43); }
td.TdClassName
{
border-color: #A0482B;
}
.TagClassName
{
border-color: #A0482B;
}
</style>