Shades of Tapestry #A66984
Tints of Tapestry #A66984
RGB
CMYK
RGB Variations
Color information
#A66984 (or 0xA66984) is known color: Tapestry. HEX triplet: A6, 69 and 84. RGB value is (166,105,132). Sum of RGB (Red+Green+Blue) = 166+105+132=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A66984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66984 is #59967B. Grayscale: #7E7E7E. Windows color (decimal): -5871228 or 8677798. OLE color: 8677798.
HSL color Cylindrical-coordinate representation of color #A66984: hue angle of 333.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66984 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 132 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.35 |
| HSL | 333.44º | 0.26% | 0.53% | - |
| HSV(B) | 333.44º | 0.37% | 0.65% | - |
| XYZ | 24.94 | 19.88 | 24.35 | - |
| YUV | 126.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 132 | 0 | 0.37 | 0.20 | 0.35 | 333.44 | 0.26 | 0.53 |
| Hex | A6 | 69 | 84 | 0 | 25 | 14 | 23 | 14D | 1A | 35 |
| Octal | 246 | 151 | 204 | 0 | 45 | 24 | 43 | 515 | 32 | 65 |
| Binary | 10100110 | 1101001 | 10000100 | 0 | 100101 | 10100 | 100011 | 101001101 | 11010 | 110101 |
Color Harmonies of #A66984
Complementary color
Monochromatic Colors of #A66984
Black with #A66984
Text Example
Text Example
White with #A66984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66984; }
p { color: rgb(166,105,132); }
H1.HeaderClassName
{
color: #A66984;
}
.AnyTagClassName
{
color: #A66984;
}
</style>
background-color css
<style>
a { background-color: #A66984; }
a { background-color: rgb(166,105,132); }
div.DivClassName
{
background-color: #A66984;
}
.BgClassName
{
background-color: #A66984;
}
</style>
border-color css
<style>
span { border-color: #A66984; }
span { border-color: rgb(166,105,132); }
td.TdClassName
{
border-color: #A66984;
}
.TagClassName
{
border-color: #A66984;
}
</style>