Shades of Tapestry #A6717F
Tints of Tapestry #A6717F
RGB
CMYK
RGB Variations
Color information
#A6717F (or 0xA6717F) is known color: Tapestry. HEX triplet: A6, 71 and 7F. RGB value is (166,113,127). Sum of RGB (Red+Green+Blue) = 166+113+127=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717F is #598E80. Grayscale: #828282. Windows color (decimal): -5869185 or 8352166. OLE color: 8352166.
HSL color Cylindrical-coordinate representation of color #A6717F: hue angle of 344.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6717F is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 127 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.35 |
| HSL | 344.15º | 0.23% | 0.55% | - |
| HSV(B) | 344.15º | 0.32% | 0.65% | - |
| XYZ | 25.46 | 21.45 | 22.88 | - |
| YUV | 130.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 127 | 0 | 0.32 | 0.23 | 0.35 | 344.15 | 0.23 | 0.55 |
| Hex | A6 | 71 | 7F | 0 | 20 | 17 | 23 | 158 | 17 | 37 |
| Octal | 246 | 161 | 177 | 0 | 40 | 27 | 43 | 530 | 27 | 67 |
| Binary | 10100110 | 1110001 | 1111111 | 0 | 100000 | 10111 | 100011 | 101011000 | 10111 | 110111 |
Color Harmonies of #A6717F
Complementary color
Monochromatic Colors of #A6717F
Black with #A6717F
Text Example
Text Example
White with #A6717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6717F; }
p { color: rgb(166,113,127); }
H1.HeaderClassName
{
color: #A6717F;
}
.AnyTagClassName
{
color: #A6717F;
}
</style>
background-color css
<style>
a { background-color: #A6717F; }
a { background-color: rgb(166,113,127); }
div.DivClassName
{
background-color: #A6717F;
}
.BgClassName
{
background-color: #A6717F;
}
</style>
border-color css
<style>
span { border-color: #A6717F; }
span { border-color: rgb(166,113,127); }
td.TdClassName
{
border-color: #A6717F;
}
.TagClassName
{
border-color: #A6717F;
}
</style>