Shades of Tapestry #A67B8C
Tints of Tapestry #A67B8C
RGB
CMYK
RGB Variations
Color information
#A67B8C (or 0xA67B8C) is known color: Tapestry. HEX triplet: A6, 7B and 8C. RGB value is (166,123,140). Sum of RGB (Red+Green+Blue) = 166+123+140=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B8C is #598473. Grayscale: #898989. Windows color (decimal): -5866612 or 9206694. OLE color: 9206694.
HSL color Cylindrical-coordinate representation of color #A67B8C: hue angle of 336.28º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67B8C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 140 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.35 |
| HSL | 336.28º | 0.19% | 0.57% | - |
| HSV(B) | 336.28º | 0.26% | 0.65% | - |
| XYZ | 27.54 | 24.17 | 28.02 | - |
| YUV | 137.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 140 | 0 | 0.26 | 0.16 | 0.35 | 336.28 | 0.19 | 0.57 |
| Hex | A6 | 7B | 8C | 0 | 1A | 10 | 23 | 150 | 13 | 39 |
| Octal | 246 | 173 | 214 | 0 | 32 | 20 | 43 | 520 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10001100 | 0 | 11010 | 10000 | 100011 | 101010000 | 10011 | 111001 |
Color Harmonies of #A67B8C
Complementary color
Monochromatic Colors of #A67B8C
Black with #A67B8C
Text Example
Text Example
White with #A67B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B8C; }
p { color: rgb(166,123,140); }
H1.HeaderClassName
{
color: #A67B8C;
}
.AnyTagClassName
{
color: #A67B8C;
}
</style>
background-color css
<style>
a { background-color: #A67B8C; }
a { background-color: rgb(166,123,140); }
div.DivClassName
{
background-color: #A67B8C;
}
.BgClassName
{
background-color: #A67B8C;
}
</style>
border-color css
<style>
span { border-color: #A67B8C; }
span { border-color: rgb(166,123,140); }
td.TdClassName
{
border-color: #A67B8C;
}
.TagClassName
{
border-color: #A67B8C;
}
</style>