Shades of Tapestry #A8768B
Tints of Tapestry #A8768B
RGB
CMYK
RGB Variations
Color information
#A8768B (or 0xA8768B) is known color: Tapestry. HEX triplet: A8, 76 and 8B. RGB value is (168,118,139). Sum of RGB (Red+Green+Blue) = 168+118+139=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8768B is #578974. Grayscale: #878787. Windows color (decimal): -5736821 or 9139880. OLE color: 9139880.
HSL color Cylindrical-coordinate representation of color #A8768B: hue angle of 334.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8768B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 139 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.34 |
| HSL | 334.8º | 0.22% | 0.56% | - |
| HSV(B) | 334.8º | 0.3% | 0.66% | - |
| XYZ | 27.29 | 23.15 | 27.46 | - |
| YUV | 135.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 139 | 0 | 0.30 | 0.17 | 0.34 | 334.8 | 0.22 | 0.56 |
| Hex | A8 | 76 | 8B | 0 | 1E | 11 | 22 | 14F | 16 | 38 |
| Octal | 250 | 166 | 213 | 0 | 36 | 21 | 42 | 517 | 26 | 70 |
| Binary | 10101000 | 1110110 | 10001011 | 0 | 11110 | 10001 | 100010 | 101001111 | 10110 | 111000 |
Color Harmonies of #A8768B
Complementary color
Monochromatic Colors of #A8768B
Black with #A8768B
Text Example
Text Example
White with #A8768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8768B; }
p { color: rgb(168,118,139); }
H1.HeaderClassName
{
color: #A8768B;
}
.AnyTagClassName
{
color: #A8768B;
}
</style>
background-color css
<style>
a { background-color: #A8768B; }
a { background-color: rgb(168,118,139); }
div.DivClassName
{
background-color: #A8768B;
}
.BgClassName
{
background-color: #A8768B;
}
</style>
border-color css
<style>
span { border-color: #A8768B; }
span { border-color: rgb(168,118,139); }
td.TdClassName
{
border-color: #A8768B;
}
.TagClassName
{
border-color: #A8768B;
}
</style>