Shades of Tapestry #A66F81
Tints of Tapestry #A66F81
RGB
CMYK
RGB Variations
Color information
#A66F81 (or 0xA66F81) is known color: Tapestry. HEX triplet: A6, 6F and 81. RGB value is (166,111,129). Sum of RGB (Red+Green+Blue) = 166+111+129=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F81 is #59907E. Grayscale: #818181. Windows color (decimal): -5869695 or 8482726. OLE color: 8482726.
HSL color Cylindrical-coordinate representation of color #A66F81: hue angle of 340.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F81 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 129 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.35 |
| HSL | 340.36º | 0.24% | 0.54% | - |
| HSV(B) | 340.36º | 0.33% | 0.65% | - |
| XYZ | 25.37 | 21.06 | 23.5 | - |
| YUV | 129.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 129 | 0 | 0.33 | 0.22 | 0.35 | 340.36 | 0.24 | 0.54 |
| Hex | A6 | 6F | 81 | 0 | 21 | 16 | 23 | 154 | 18 | 36 |
| Octal | 246 | 157 | 201 | 0 | 41 | 26 | 43 | 524 | 30 | 66 |
| Binary | 10100110 | 1101111 | 10000001 | 0 | 100001 | 10110 | 100011 | 101010100 | 11000 | 110110 |
Color Harmonies of #A66F81
Complementary color
Monochromatic Colors of #A66F81
Black with #A66F81
Text Example
Text Example
White with #A66F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F81; }
p { color: rgb(166,111,129); }
H1.HeaderClassName
{
color: #A66F81;
}
.AnyTagClassName
{
color: #A66F81;
}
</style>
background-color css
<style>
a { background-color: #A66F81; }
a { background-color: rgb(166,111,129); }
div.DivClassName
{
background-color: #A66F81;
}
.BgClassName
{
background-color: #A66F81;
}
</style>
border-color css
<style>
span { border-color: #A66F81; }
span { border-color: rgb(166,111,129); }
td.TdClassName
{
border-color: #A66F81;
}
.TagClassName
{
border-color: #A66F81;
}
</style>