Shades of Tapestry #A88089
Tints of Tapestry #A88089
RGB
CMYK
RGB Variations
Color information
#A88089 (or 0xA88089) is known color: Tapestry. HEX triplet: A8, 80 and 89. RGB value is (168,128,137). Sum of RGB (Red+Green+Blue) = 168+128+137=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88089 is #577F76. Grayscale: #8C8C8C. Windows color (decimal): -5734263 or 9011368. OLE color: 9011368.
HSL color Cylindrical-coordinate representation of color #A88089: hue angle of 346.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88089 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 137 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.34 |
| HSL | 346.5º | 0.19% | 0.58% | - |
| HSV(B) | 346.5º | 0.24% | 0.66% | - |
| XYZ | 28.38 | 25.57 | 27.11 | - |
| YUV | 140.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 137 | 0 | 0.24 | 0.18 | 0.34 | 346.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | 89 | 0 | 18 | 12 | 22 | 15A | 13 | 3A |
| Octal | 250 | 200 | 211 | 0 | 30 | 22 | 42 | 532 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10001001 | 0 | 11000 | 10010 | 100010 | 101011010 | 10011 | 111010 |
Color Harmonies of #A88089
Complementary color
Monochromatic Colors of #A88089
Black with #A88089
Text Example
Text Example
White with #A88089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88089; }
p { color: rgb(168,128,137); }
H1.HeaderClassName
{
color: #A88089;
}
.AnyTagClassName
{
color: #A88089;
}
</style>
background-color css
<style>
a { background-color: #A88089; }
a { background-color: rgb(168,128,137); }
div.DivClassName
{
background-color: #A88089;
}
.BgClassName
{
background-color: #A88089;
}
</style>
border-color css
<style>
span { border-color: #A88089; }
span { border-color: rgb(168,128,137); }
td.TdClassName
{
border-color: #A88089;
}
.TagClassName
{
border-color: #A88089;
}
</style>