Shades of Tapestry #A88A8F
Tints of Tapestry #A88A8F
RGB
CMYK
RGB Variations
Color information
#A88A8F (or 0xA88A8F) is known color: Tapestry. HEX triplet: A8, 8A and 8F. RGB value is (168,138,143). Sum of RGB (Red+Green+Blue) = 168+138+143=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A8F is #577570. Grayscale: #939393. Windows color (decimal): -5731697 or 9407144. OLE color: 9407144.
HSL color Cylindrical-coordinate representation of color #A88A8F: hue angle of 350º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88A8F is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 143 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.34 |
| HSL | 350º | 0.15% | 0.6% | - |
| HSV(B) | 350º | 0.18% | 0.66% | - |
| XYZ | 30.19 | 28.48 | 29.89 | - |
| YUV | 147.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 143 | 0 | 0.18 | 0.15 | 0.34 | 350 | 0.15 | 0.6 |
| Hex | A8 | 8A | 8F | 0 | 12 | F | 22 | 15E | F | 3C |
| Octal | 250 | 212 | 217 | 0 | 22 | 17 | 42 | 536 | 17 | 74 |
| Binary | 10101000 | 10001010 | 10001111 | 0 | 10010 | 1111 | 100010 | 101011110 | 1111 | 111100 |
Color Harmonies of #A88A8F
Complementary color
Monochromatic Colors of #A88A8F
Black with #A88A8F
Text Example
Text Example
White with #A88A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A8F; }
p { color: rgb(168,138,143); }
H1.HeaderClassName
{
color: #A88A8F;
}
.AnyTagClassName
{
color: #A88A8F;
}
</style>
background-color css
<style>
a { background-color: #A88A8F; }
a { background-color: rgb(168,138,143); }
div.DivClassName
{
background-color: #A88A8F;
}
.BgClassName
{
background-color: #A88A8F;
}
</style>
border-color css
<style>
span { border-color: #A88A8F; }
span { border-color: rgb(168,138,143); }
td.TdClassName
{
border-color: #A88A8F;
}
.TagClassName
{
border-color: #A88A8F;
}
</style>