Shades of Tapestry #A96E7E
Tints of Tapestry #A96E7E
RGB
CMYK
RGB Variations
Color information
#A96E7E (or 0xA96E7E) is known color: Tapestry. HEX triplet: A9, 6E and 7E. RGB value is (169,110,126). Sum of RGB (Red+Green+Blue) = 169+110+126=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E7E is #569181. Grayscale: #818181. Windows color (decimal): -5673346 or 8285865. OLE color: 8285865.
HSL color Cylindrical-coordinate representation of color #A96E7E: hue angle of 343.73º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E7E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 126 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.34 |
| HSL | 343.73º | 0.26% | 0.55% | - |
| HSV(B) | 343.73º | 0.35% | 0.66% | - |
| XYZ | 25.7 | 21.09 | 22.46 | - |
| YUV | 129.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 126 | 0 | 0.35 | 0.25 | 0.34 | 343.73 | 0.26 | 0.55 |
| Hex | A9 | 6E | 7E | 0 | 23 | 19 | 22 | 158 | 1A | 37 |
| Octal | 251 | 156 | 176 | 0 | 43 | 31 | 42 | 530 | 32 | 67 |
| Binary | 10101001 | 1101110 | 1111110 | 0 | 100011 | 11001 | 100010 | 101011000 | 11010 | 110111 |
Color Harmonies of #A96E7E
Complementary color
Monochromatic Colors of #A96E7E
Black with #A96E7E
Text Example
Text Example
White with #A96E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E7E; }
p { color: rgb(169,110,126); }
H1.HeaderClassName
{
color: #A96E7E;
}
.AnyTagClassName
{
color: #A96E7E;
}
</style>
background-color css
<style>
a { background-color: #A96E7E; }
a { background-color: rgb(169,110,126); }
div.DivClassName
{
background-color: #A96E7E;
}
.BgClassName
{
background-color: #A96E7E;
}
</style>
border-color css
<style>
span { border-color: #A96E7E; }
span { border-color: rgb(169,110,126); }
td.TdClassName
{
border-color: #A96E7E;
}
.TagClassName
{
border-color: #A96E7E;
}
</style>