Shades of Rock Spray #A0482D
Tints of Rock Spray #A0482D
RGB
CMYK
RGB Variations
Color information
#A0482D (or 0xA0482D) is known color: Rock Spray. HEX triplet: A0, 48 and 2D. RGB value is (160,72,45). Sum of RGB (Red+Green+Blue) = 160+72+45=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0482D is #5FB7D2. Grayscale: #5F5F5F. Windows color (decimal): -6272979 or 2967712. OLE color: 2967712.
HSL color Cylindrical-coordinate representation of color #A0482D: hue angle of 14.09º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0482D is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 45 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.37 |
| HSL | 14.09º | 0.56% | 0.4% | - |
| HSV(B) | 14.09º | 0.72% | 0.63% | - |
| XYZ | 17.29 | 12.3 | 3.95 | - |
| YUV | 95.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 45 | 0 | 0.55 | 0.72 | 0.37 | 14.09 | 0.56 | 0.4 |
| Hex | A0 | 48 | 2D | 0 | 37 | 48 | 25 | E | 38 | 28 |
| Octal | 240 | 110 | 55 | 0 | 67 | 110 | 45 | 16 | 70 | 50 |
| Binary | 10100000 | 1001000 | 101101 | 0 | 110111 | 1001000 | 100101 | 1110 | 111000 | 101000 |
Color Harmonies of #A0482D
Complementary color
Monochromatic Colors of #A0482D
Black with #A0482D
Text Example
Text Example
White with #A0482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0482D; }
p { color: rgb(160,72,45); }
H1.HeaderClassName
{
color: #A0482D;
}
.AnyTagClassName
{
color: #A0482D;
}
</style>
background-color css
<style>
a { background-color: #A0482D; }
a { background-color: rgb(160,72,45); }
div.DivClassName
{
background-color: #A0482D;
}
.BgClassName
{
background-color: #A0482D;
}
</style>
border-color css
<style>
span { border-color: #A0482D; }
span { border-color: rgb(160,72,45); }
td.TdClassName
{
border-color: #A0482D;
}
.TagClassName
{
border-color: #A0482D;
}
</style>