Shades of Rock Spray #A64229
Tints of Rock Spray #A64229
RGB
CMYK
RGB Variations
Color information
#A64229 (or 0xA64229) is known color: Rock Spray. HEX triplet: A6, 42 and 29. RGB value is (166,66,41). Sum of RGB (Red+Green+Blue) = 166+66+41=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A64229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64229 is #59BDD6. Grayscale: #5D5D5D. Windows color (decimal): -5881303 or 2704038. OLE color: 2704038.
HSL color Cylindrical-coordinate representation of color #A64229: hue angle of 12º 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 #A64229 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 41 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.35 |
| HSL | 12º | 0.6% | 0.41% | - |
| HSV(B) | 12º | 0.75% | 0.65% | - |
| XYZ | 18.07 | 12.16 | 3.49 | - |
| YUV | 93.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 41 | 0 | 0.60 | 0.75 | 0.35 | 12 | 0.6 | 0.41 |
| Hex | A6 | 42 | 29 | 0 | 3C | 4B | 23 | C | 3C | 29 |
| Octal | 246 | 102 | 51 | 0 | 74 | 113 | 43 | 14 | 74 | 51 |
| Binary | 10100110 | 1000010 | 101001 | 0 | 111100 | 1001011 | 100011 | 1100 | 111100 | 101001 |
Color Harmonies of #A64229
Complementary color
Monochromatic Colors of #A64229
Black with #A64229
Text Example
Text Example
White with #A64229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64229; }
p { color: rgb(166,66,41); }
H1.HeaderClassName
{
color: #A64229;
}
.AnyTagClassName
{
color: #A64229;
}
</style>
background-color css
<style>
a { background-color: #A64229; }
a { background-color: rgb(166,66,41); }
div.DivClassName
{
background-color: #A64229;
}
.BgClassName
{
background-color: #A64229;
}
</style>
border-color css
<style>
span { border-color: #A64229; }
span { border-color: rgb(166,66,41); }
td.TdClassName
{
border-color: #A64229;
}
.TagClassName
{
border-color: #A64229;
}
</style>