Shades of Rock Spray #A84830
Tints of Rock Spray #A84830
RGB
CMYK
RGB Variations
Color information
#A84830 (or 0xA84830) is known color: Rock Spray. HEX triplet: A8, 48 and 30. RGB value is (168,72,48). Sum of RGB (Red+Green+Blue) = 168+72+48=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A84830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84830 is #57B7CF. Grayscale: #626262. Windows color (decimal): -5748688 or 3164328. OLE color: 3164328.
HSL color Cylindrical-coordinate representation of color #A84830: hue angle of 12º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84830 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 48 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.34 |
| HSL | 12º | 0.56% | 0.42% | - |
| HSV(B) | 12º | 0.71% | 0.66% | - |
| XYZ | 19 | 13.17 | 4.34 | - |
| YUV | 97.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 48 | 0 | 0.57 | 0.71 | 0.34 | 12 | 0.56 | 0.42 |
| Hex | A8 | 48 | 30 | 0 | 39 | 47 | 22 | C | 38 | 2A |
| Octal | 250 | 110 | 60 | 0 | 71 | 107 | 42 | 14 | 70 | 52 |
| Binary | 10101000 | 1001000 | 110000 | 0 | 111001 | 1000111 | 100010 | 1100 | 111000 | 101010 |
Color Harmonies of #A84830
Complementary color
Monochromatic Colors of #A84830
Black with #A84830
Text Example
Text Example
White with #A84830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84830; }
p { color: rgb(168,72,48); }
H1.HeaderClassName
{
color: #A84830;
}
.AnyTagClassName
{
color: #A84830;
}
</style>
background-color css
<style>
a { background-color: #A84830; }
a { background-color: rgb(168,72,48); }
div.DivClassName
{
background-color: #A84830;
}
.BgClassName
{
background-color: #A84830;
}
</style>
border-color css
<style>
span { border-color: #A84830; }
span { border-color: rgb(168,72,48); }
td.TdClassName
{
border-color: #A84830;
}
.TagClassName
{
border-color: #A84830;
}
</style>