Shades of Tapestry #A68087
Tints of Tapestry #A68087
RGB
CMYK
RGB Variations
Color information
#A68087 (or 0xA68087) is known color: Tapestry. HEX triplet: A6, 80 and 87. RGB value is (166,128,135). Sum of RGB (Red+Green+Blue) = 166+128+135=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A68087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68087 is #597F78. Grayscale: #8C8C8C. Windows color (decimal): -5865337 or 8880294. OLE color: 8880294.
HSL color Cylindrical-coordinate representation of color #A68087: hue angle of 348.95º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68087 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 135 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.35 |
| HSL | 348.95º | 0.18% | 0.58% | - |
| HSV(B) | 348.95º | 0.23% | 0.65% | - |
| XYZ | 27.82 | 25.29 | 26.34 | - |
| YUV | 140.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 135 | 0 | 0.23 | 0.19 | 0.35 | 348.95 | 0.18 | 0.58 |
| Hex | A6 | 80 | 87 | 0 | 17 | 13 | 23 | 15D | 12 | 3A |
| Octal | 246 | 200 | 207 | 0 | 27 | 23 | 43 | 535 | 22 | 72 |
| Binary | 10100110 | 10000000 | 10000111 | 0 | 10111 | 10011 | 100011 | 101011101 | 10010 | 111010 |
Color Harmonies of #A68087
Complementary color
Monochromatic Colors of #A68087
Black with #A68087
Text Example
Text Example
White with #A68087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68087; }
p { color: rgb(166,128,135); }
H1.HeaderClassName
{
color: #A68087;
}
.AnyTagClassName
{
color: #A68087;
}
</style>
background-color css
<style>
a { background-color: #A68087; }
a { background-color: rgb(166,128,135); }
div.DivClassName
{
background-color: #A68087;
}
.BgClassName
{
background-color: #A68087;
}
</style>
border-color css
<style>
span { border-color: #A68087; }
span { border-color: rgb(166,128,135); }
td.TdClassName
{
border-color: #A68087;
}
.TagClassName
{
border-color: #A68087;
}
</style>