Shades of Tapestry #A96A7D
Tints of Tapestry #A96A7D
RGB
CMYK
RGB Variations
Color information
#A96A7D (or 0xA96A7D) is known color: Tapestry. HEX triplet: A9, 6A and 7D. RGB value is (169,106,125). Sum of RGB (Red+Green+Blue) = 169+106+125=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A7D is #569582. Grayscale: #7E7E7E. Windows color (decimal): -5674371 or 8219305. OLE color: 8219305.
HSL color Cylindrical-coordinate representation of color #A96A7D: hue angle of 341.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A7D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 125 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.34 |
| HSL | 341.9º | 0.27% | 0.54% | - |
| HSV(B) | 341.9º | 0.37% | 0.66% | - |
| XYZ | 25.22 | 20.22 | 21.98 | - |
| YUV | 127 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 125 | 0 | 0.37 | 0.26 | 0.34 | 341.9 | 0.27 | 0.54 |
| Hex | A9 | 6A | 7D | 0 | 25 | 1A | 22 | 156 | 1B | 36 |
| Octal | 251 | 152 | 175 | 0 | 45 | 32 | 42 | 526 | 33 | 66 |
| Binary | 10101001 | 1101010 | 1111101 | 0 | 100101 | 11010 | 100010 | 101010110 | 11011 | 110110 |
Color Harmonies of #A96A7D
Complementary color
Monochromatic Colors of #A96A7D
Black with #A96A7D
Text Example
Text Example
White with #A96A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A7D; }
p { color: rgb(169,106,125); }
H1.HeaderClassName
{
color: #A96A7D;
}
.AnyTagClassName
{
color: #A96A7D;
}
</style>
background-color css
<style>
a { background-color: #A96A7D; }
a { background-color: rgb(169,106,125); }
div.DivClassName
{
background-color: #A96A7D;
}
.BgClassName
{
background-color: #A96A7D;
}
</style>
border-color css
<style>
span { border-color: #A96A7D; }
span { border-color: rgb(169,106,125); }
td.TdClassName
{
border-color: #A96A7D;
}
.TagClassName
{
border-color: #A96A7D;
}
</style>