Shades of Tapestry #A8778D
Tints of Tapestry #A8778D
RGB
CMYK
RGB Variations
Color information
#A8778D (or 0xA8778D) is known color: Tapestry. HEX triplet: A8, 77 and 8D. RGB value is (168,119,141). Sum of RGB (Red+Green+Blue) = 168+119+141=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8778D is #578872. Grayscale: #888888. Windows color (decimal): -5736563 or 9271208. OLE color: 9271208.
HSL color Cylindrical-coordinate representation of color #A8778D: hue angle of 333.06º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8778D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 141 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.34 |
| HSL | 333.06º | 0.22% | 0.56% | - |
| HSV(B) | 333.06º | 0.29% | 0.66% | - |
| XYZ | 27.55 | 23.44 | 28.27 | - |
| YUV | 136.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 141 | 0 | 0.29 | 0.16 | 0.34 | 333.06 | 0.22 | 0.56 |
| Hex | A8 | 77 | 8D | 0 | 1D | 10 | 22 | 14D | 16 | 38 |
| Octal | 250 | 167 | 215 | 0 | 35 | 20 | 42 | 515 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10001101 | 0 | 11101 | 10000 | 100010 | 101001101 | 10110 | 111000 |
Color Harmonies of #A8778D
Complementary color
Monochromatic Colors of #A8778D
Black with #A8778D
Text Example
Text Example
White with #A8778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8778D; }
p { color: rgb(168,119,141); }
H1.HeaderClassName
{
color: #A8778D;
}
.AnyTagClassName
{
color: #A8778D;
}
</style>
background-color css
<style>
a { background-color: #A8778D; }
a { background-color: rgb(168,119,141); }
div.DivClassName
{
background-color: #A8778D;
}
.BgClassName
{
background-color: #A8778D;
}
</style>
border-color css
<style>
span { border-color: #A8778D; }
span { border-color: rgb(168,119,141); }
td.TdClassName
{
border-color: #A8778D;
}
.TagClassName
{
border-color: #A8778D;
}
</style>