Shades of Rock Spray #A84832
Tints of Rock Spray #A84832
RGB
CMYK
RGB Variations
Color information
#A84832 (or 0xA84832) is known color: Rock Spray. HEX triplet: A8, 48 and 32. RGB value is (168,72,50). Sum of RGB (Red+Green+Blue) = 168+72+50=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84832 is #57B7CD. Grayscale: #626262. Windows color (decimal): -5748686 or 3295400. OLE color: 3295400.
HSL color Cylindrical-coordinate representation of color #A84832: hue angle of 11.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84832 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 50 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.34 |
| HSL | 11.19º | 0.54% | 0.43% | - |
| HSV(B) | 11.19º | 0.7% | 0.66% | - |
| XYZ | 19.04 | 13.19 | 4.56 | - |
| YUV | 98.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 50 | 0 | 0.57 | 0.70 | 0.34 | 11.19 | 0.54 | 0.43 |
| Hex | A8 | 48 | 32 | 0 | 39 | 46 | 22 | B | 36 | 2B |
| Octal | 250 | 110 | 62 | 0 | 71 | 106 | 42 | 13 | 66 | 53 |
| Binary | 10101000 | 1001000 | 110010 | 0 | 111001 | 1000110 | 100010 | 1011 | 110110 | 101011 |
Color Harmonies of #A84832
Complementary color
Monochromatic Colors of #A84832
Black with #A84832
Text Example
Text Example
White with #A84832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84832; }
p { color: rgb(168,72,50); }
H1.HeaderClassName
{
color: #A84832;
}
.AnyTagClassName
{
color: #A84832;
}
</style>
background-color css
<style>
a { background-color: #A84832; }
a { background-color: rgb(168,72,50); }
div.DivClassName
{
background-color: #A84832;
}
.BgClassName
{
background-color: #A84832;
}
</style>
border-color css
<style>
span { border-color: #A84832; }
span { border-color: rgb(168,72,50); }
td.TdClassName
{
border-color: #A84832;
}
.TagClassName
{
border-color: #A84832;
}
</style>