Shades of Rock Spray #A64129
Tints of Rock Spray #A64129
RGB
CMYK
RGB Variations
Color information
#A64129 (or 0xA64129) is known color: Rock Spray. HEX triplet: A6, 41 and 29. RGB value is (166,65,41). Sum of RGB (Red+Green+Blue) = 166+65+41=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A64129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64129 is #59BED6. Grayscale: #5C5C5C. Windows color (decimal): -5881559 or 2703782. OLE color: 2703782.
HSL color Cylindrical-coordinate representation of color #A64129: hue angle of 11.52º 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 #A64129 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 41 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.35 |
| HSL | 11.52º | 0.6% | 0.41% | - |
| HSV(B) | 11.52º | 0.75% | 0.65% | - |
| XYZ | 18.02 | 12.05 | 3.47 | - |
| YUV | 92.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 41 | 0 | 0.61 | 0.75 | 0.35 | 11.52 | 0.6 | 0.41 |
| Hex | A6 | 41 | 29 | 0 | 3D | 4B | 23 | C | 3C | 29 |
| Octal | 246 | 101 | 51 | 0 | 75 | 113 | 43 | 14 | 74 | 51 |
| Binary | 10100110 | 1000001 | 101001 | 0 | 111101 | 1001011 | 100011 | 1100 | 111100 | 101001 |
Color Harmonies of #A64129
Complementary color
Monochromatic Colors of #A64129
Black with #A64129
Text Example
Text Example
White with #A64129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64129; }
p { color: rgb(166,65,41); }
H1.HeaderClassName
{
color: #A64129;
}
.AnyTagClassName
{
color: #A64129;
}
</style>
background-color css
<style>
a { background-color: #A64129; }
a { background-color: rgb(166,65,41); }
div.DivClassName
{
background-color: #A64129;
}
.BgClassName
{
background-color: #A64129;
}
</style>
border-color css
<style>
span { border-color: #A64129; }
span { border-color: rgb(166,65,41); }
td.TdClassName
{
border-color: #A64129;
}
.TagClassName
{
border-color: #A64129;
}
</style>