Shades of Rock Spray #A64632
Tints of Rock Spray #A64632
RGB
CMYK
RGB Variations
Color information
#A64632 (or 0xA64632) is known color: Rock Spray. HEX triplet: A6, 46 and 32. RGB value is (166,70,50). Sum of RGB (Red+Green+Blue) = 166+70+50=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64632 is #59B9CD. Grayscale: #606060. Windows color (decimal): -5880270 or 3294886. OLE color: 3294886.
HSL color Cylindrical-coordinate representation of color #A64632: hue angle of 10.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64632 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 50 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.35 |
| HSL | 10.34º | 0.54% | 0.42% | - |
| HSV(B) | 10.34º | 0.7% | 0.65% | - |
| XYZ | 18.49 | 12.72 | 4.5 | - |
| YUV | 96.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 50 | 0 | 0.58 | 0.70 | 0.35 | 10.34 | 0.54 | 0.42 |
| Hex | A6 | 46 | 32 | 0 | 3A | 46 | 23 | A | 36 | 2A |
| Octal | 246 | 106 | 62 | 0 | 72 | 106 | 43 | 12 | 66 | 52 |
| Binary | 10100110 | 1000110 | 110010 | 0 | 111010 | 1000110 | 100011 | 1010 | 110110 | 101010 |
Color Harmonies of #A64632
Complementary color
Monochromatic Colors of #A64632
Black with #A64632
Text Example
Text Example
White with #A64632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64632; }
p { color: rgb(166,70,50); }
H1.HeaderClassName
{
color: #A64632;
}
.AnyTagClassName
{
color: #A64632;
}
</style>
background-color css
<style>
a { background-color: #A64632; }
a { background-color: rgb(166,70,50); }
div.DivClassName
{
background-color: #A64632;
}
.BgClassName
{
background-color: #A64632;
}
</style>
border-color css
<style>
span { border-color: #A64632; }
span { border-color: rgb(166,70,50); }
td.TdClassName
{
border-color: #A64632;
}
.TagClassName
{
border-color: #A64632;
}
</style>