Shades of Tapestry #A66B84
Tints of Tapestry #A66B84
RGB
CMYK
RGB Variations
Color information
#A66B84 (or 0xA66B84) is known color: Tapestry. HEX triplet: A6, 6B and 84. RGB value is (166,107,132). Sum of RGB (Red+Green+Blue) = 166+107+132=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B84 is #59947B. Grayscale: #7F7F7F. Windows color (decimal): -5870716 or 8678310. OLE color: 8678310.
HSL color Cylindrical-coordinate representation of color #A66B84: hue angle of 334.58º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B84 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 132 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.35 |
| HSL | 334.58º | 0.25% | 0.54% | - |
| HSV(B) | 334.58º | 0.36% | 0.65% | - |
| XYZ | 25.15 | 20.29 | 24.42 | - |
| YUV | 127.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 132 | 0 | 0.36 | 0.20 | 0.35 | 334.58 | 0.25 | 0.54 |
| Hex | A6 | 6B | 84 | 0 | 24 | 14 | 23 | 14F | 19 | 36 |
| Octal | 246 | 153 | 204 | 0 | 44 | 24 | 43 | 517 | 31 | 66 |
| Binary | 10100110 | 1101011 | 10000100 | 0 | 100100 | 10100 | 100011 | 101001111 | 11001 | 110110 |
Color Harmonies of #A66B84
Complementary color
Monochromatic Colors of #A66B84
Black with #A66B84
Text Example
Text Example
White with #A66B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B84; }
p { color: rgb(166,107,132); }
H1.HeaderClassName
{
color: #A66B84;
}
.AnyTagClassName
{
color: #A66B84;
}
</style>
background-color css
<style>
a { background-color: #A66B84; }
a { background-color: rgb(166,107,132); }
div.DivClassName
{
background-color: #A66B84;
}
.BgClassName
{
background-color: #A66B84;
}
</style>
border-color css
<style>
span { border-color: #A66B84; }
span { border-color: rgb(166,107,132); }
td.TdClassName
{
border-color: #A66B84;
}
.TagClassName
{
border-color: #A66B84;
}
</style>