Shades of Tapestry #A8858E
Tints of Tapestry #A8858E
RGB
CMYK
RGB Variations
Color information
#A8858E (or 0xA8858E) is known color: Tapestry. HEX triplet: A8, 85 and 8E. RGB value is (168,133,142). Sum of RGB (Red+Green+Blue) = 168+133+142=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8858E is #577A71. Grayscale: #909090. Windows color (decimal): -5732978 or 9340328. OLE color: 9340328.
HSL color Cylindrical-coordinate representation of color #A8858E: hue angle of 344.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8858E is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 142 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.34 |
| HSL | 344.57º | 0.17% | 0.59% | - |
| HSV(B) | 344.57º | 0.21% | 0.66% | - |
| XYZ | 29.42 | 27.05 | 29.26 | - |
| YUV | 144.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 142 | 0 | 0.21 | 0.15 | 0.34 | 344.57 | 0.17 | 0.59 |
| Hex | A8 | 85 | 8E | 0 | 15 | F | 22 | 159 | 11 | 3B |
| Octal | 250 | 205 | 216 | 0 | 25 | 17 | 42 | 531 | 21 | 73 |
| Binary | 10101000 | 10000101 | 10001110 | 0 | 10101 | 1111 | 100010 | 101011001 | 10001 | 111011 |
Color Harmonies of #A8858E
Complementary color
Monochromatic Colors of #A8858E
Black with #A8858E
Text Example
Text Example
White with #A8858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8858E; }
p { color: rgb(168,133,142); }
H1.HeaderClassName
{
color: #A8858E;
}
.AnyTagClassName
{
color: #A8858E;
}
</style>
background-color css
<style>
a { background-color: #A8858E; }
a { background-color: rgb(168,133,142); }
div.DivClassName
{
background-color: #A8858E;
}
.BgClassName
{
background-color: #A8858E;
}
</style>
border-color css
<style>
span { border-color: #A8858E; }
span { border-color: rgb(168,133,142); }
td.TdClassName
{
border-color: #A8858E;
}
.TagClassName
{
border-color: #A8858E;
}
</style>