Shades of Rock Spray #A64830
Tints of Rock Spray #A64830
RGB
CMYK
RGB Variations
Color information
#A64830 (or 0xA64830) is known color: Rock Spray. HEX triplet: A6, 48 and 30. RGB value is (166,72,48). Sum of RGB (Red+Green+Blue) = 166+72+48=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64830 is #59B7CF. Grayscale: #616161. Windows color (decimal): -5879760 or 3164326. OLE color: 3164326.
HSL color Cylindrical-coordinate representation of color #A64830: hue angle of 12.2º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A64830 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 48 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.35 |
| HSL | 12.2º | 0.55% | 0.42% | - |
| HSV(B) | 12.2º | 0.71% | 0.65% | - |
| XYZ | 18.58 | 12.96 | 4.32 | - |
| YUV | 97.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 48 | 0 | 0.57 | 0.71 | 0.35 | 12.2 | 0.55 | 0.42 |
| Hex | A6 | 48 | 30 | 0 | 39 | 47 | 23 | C | 37 | 2A |
| Octal | 246 | 110 | 60 | 0 | 71 | 107 | 43 | 14 | 67 | 52 |
| Binary | 10100110 | 1001000 | 110000 | 0 | 111001 | 1000111 | 100011 | 1100 | 110111 | 101010 |
Color Harmonies of #A64830
Complementary color
Monochromatic Colors of #A64830
Black with #A64830
Text Example
Text Example
White with #A64830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64830; }
p { color: rgb(166,72,48); }
H1.HeaderClassName
{
color: #A64830;
}
.AnyTagClassName
{
color: #A64830;
}
</style>
background-color css
<style>
a { background-color: #A64830; }
a { background-color: rgb(166,72,48); }
div.DivClassName
{
background-color: #A64830;
}
.BgClassName
{
background-color: #A64830;
}
</style>
border-color css
<style>
span { border-color: #A64830; }
span { border-color: rgb(166,72,48); }
td.TdClassName
{
border-color: #A64830;
}
.TagClassName
{
border-color: #A64830;
}
</style>