Shades of Tapestry #A6667B
Tints of Tapestry #A6667B
RGB
CMYK
RGB Variations
Color information
#A6667B (or 0xA6667B) is known color: Tapestry. HEX triplet: A6, 66 and 7B. RGB value is (166,102,123). Sum of RGB (Red+Green+Blue) = 166+102+123=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667B is #599984. Grayscale: #7B7B7B. Windows color (decimal): -5872005 or 8087206. OLE color: 8087206.
HSL color Cylindrical-coordinate representation of color #A6667B: hue angle of 340.31º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6667B is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 123 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.35 |
| HSL | 340.31º | 0.26% | 0.53% | - |
| HSV(B) | 340.31º | 0.39% | 0.65% | - |
| XYZ | 24.05 | 19.04 | 21.15 | - |
| YUV | 123.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 123 | 0 | 0.39 | 0.26 | 0.35 | 340.31 | 0.26 | 0.53 |
| Hex | A6 | 66 | 7B | 0 | 27 | 1A | 23 | 154 | 1A | 35 |
| Octal | 246 | 146 | 173 | 0 | 47 | 32 | 43 | 524 | 32 | 65 |
| Binary | 10100110 | 1100110 | 1111011 | 0 | 100111 | 11010 | 100011 | 101010100 | 11010 | 110101 |
Color Harmonies of #A6667B
Complementary color
Monochromatic Colors of #A6667B
Black with #A6667B
Text Example
Text Example
White with #A6667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6667B; }
p { color: rgb(166,102,123); }
H1.HeaderClassName
{
color: #A6667B;
}
.AnyTagClassName
{
color: #A6667B;
}
</style>
background-color css
<style>
a { background-color: #A6667B; }
a { background-color: rgb(166,102,123); }
div.DivClassName
{
background-color: #A6667B;
}
.BgClassName
{
background-color: #A6667B;
}
</style>
border-color css
<style>
span { border-color: #A6667B; }
span { border-color: rgb(166,102,123); }
td.TdClassName
{
border-color: #A6667B;
}
.TagClassName
{
border-color: #A6667B;
}
</style>