Shades of Rock Spray #A2482D
Tints of Rock Spray #A2482D
RGB
CMYK
RGB Variations
Color information
#A2482D (or 0xA2482D) is known color: Rock Spray. HEX triplet: A2, 48 and 2D. RGB value is (162,72,45). Sum of RGB (Red+Green+Blue) = 162+72+45=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2482D is #5DB7D2. Grayscale: #606060. Windows color (decimal): -6141907 or 2967714. OLE color: 2967714.
HSL color Cylindrical-coordinate representation of color #A2482D: hue angle of 13.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2482D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 45 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.36 |
| HSL | 13.85º | 0.57% | 0.41% | - |
| HSV(B) | 13.85º | 0.72% | 0.64% | - |
| XYZ | 17.69 | 12.51 | 3.96 | - |
| YUV | 95.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 45 | 0 | 0.56 | 0.72 | 0.36 | 13.85 | 0.57 | 0.41 |
| Hex | A2 | 48 | 2D | 0 | 38 | 48 | 24 | E | 39 | 29 |
| Octal | 242 | 110 | 55 | 0 | 70 | 110 | 44 | 16 | 71 | 51 |
| Binary | 10100010 | 1001000 | 101101 | 0 | 111000 | 1001000 | 100100 | 1110 | 111001 | 101001 |
Color Harmonies of #A2482D
Complementary color
Monochromatic Colors of #A2482D
Black with #A2482D
Text Example
Text Example
White with #A2482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2482D; }
p { color: rgb(162,72,45); }
H1.HeaderClassName
{
color: #A2482D;
}
.AnyTagClassName
{
color: #A2482D;
}
</style>
background-color css
<style>
a { background-color: #A2482D; }
a { background-color: rgb(162,72,45); }
div.DivClassName
{
background-color: #A2482D;
}
.BgClassName
{
background-color: #A2482D;
}
</style>
border-color css
<style>
span { border-color: #A2482D; }
span { border-color: rgb(162,72,45); }
td.TdClassName
{
border-color: #A2482D;
}
.TagClassName
{
border-color: #A2482D;
}
</style>