Shades of Rock Spray #A64329
Tints of Rock Spray #A64329
RGB
CMYK
RGB Variations
Color information
#A64329 (or 0xA64329) is known color: Rock Spray. HEX triplet: A6, 43 and 29. RGB value is (166,67,41). Sum of RGB (Red+Green+Blue) = 166+67+41=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A64329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64329 is #59BCD6. Grayscale: #5D5D5D. Windows color (decimal): -5881047 or 2704294. OLE color: 2704294.
HSL color Cylindrical-coordinate representation of color #A64329: hue angle of 12.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A64329 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 41 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.35 |
| HSL | 12.48º | 0.6% | 0.41% | - |
| HSV(B) | 12.48º | 0.75% | 0.65% | - |
| XYZ | 18.13 | 12.28 | 3.51 | - |
| YUV | 93.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 41 | 0 | 0.60 | 0.75 | 0.35 | 12.48 | 0.6 | 0.41 |
| Hex | A6 | 43 | 29 | 0 | 3C | 4B | 23 | C | 3C | 29 |
| Octal | 246 | 103 | 51 | 0 | 74 | 113 | 43 | 14 | 74 | 51 |
| Binary | 10100110 | 1000011 | 101001 | 0 | 111100 | 1001011 | 100011 | 1100 | 111100 | 101001 |
Color Harmonies of #A64329
Complementary color
Monochromatic Colors of #A64329
Black with #A64329
Text Example
Text Example
White with #A64329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64329; }
p { color: rgb(166,67,41); }
H1.HeaderClassName
{
color: #A64329;
}
.AnyTagClassName
{
color: #A64329;
}
</style>
background-color css
<style>
a { background-color: #A64329; }
a { background-color: rgb(166,67,41); }
div.DivClassName
{
background-color: #A64329;
}
.BgClassName
{
background-color: #A64329;
}
</style>
border-color css
<style>
span { border-color: #A64329; }
span { border-color: rgb(166,67,41); }
td.TdClassName
{
border-color: #A64329;
}
.TagClassName
{
border-color: #A64329;
}
</style>