Shades of Tapestry #A9687C
Tints of Tapestry #A9687C
RGB
CMYK
RGB Variations
Color information
#A9687C (or 0xA9687C) is known color: Tapestry. HEX triplet: A9, 68 and 7C. RGB value is (169,104,124). Sum of RGB (Red+Green+Blue) = 169+104+124=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9687C is #569783. Grayscale: #7D7D7D. Windows color (decimal): -5674884 or 8153257. OLE color: 8153257.
HSL color Cylindrical-coordinate representation of color #A9687C: hue angle of 341.54º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9687C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 124 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.34 |
| HSL | 341.54º | 0.27% | 0.54% | - |
| HSV(B) | 341.54º | 0.38% | 0.66% | - |
| XYZ | 24.95 | 19.79 | 21.57 | - |
| YUV | 125.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 124 | 0 | 0.38 | 0.27 | 0.34 | 341.54 | 0.27 | 0.54 |
| Hex | A9 | 68 | 7C | 0 | 26 | 1B | 22 | 156 | 1B | 36 |
| Octal | 251 | 150 | 174 | 0 | 46 | 33 | 42 | 526 | 33 | 66 |
| Binary | 10101001 | 1101000 | 1111100 | 0 | 100110 | 11011 | 100010 | 101010110 | 11011 | 110110 |
Color Harmonies of #A9687C
Complementary color
Monochromatic Colors of #A9687C
Black with #A9687C
Text Example
Text Example
White with #A9687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9687C; }
p { color: rgb(169,104,124); }
H1.HeaderClassName
{
color: #A9687C;
}
.AnyTagClassName
{
color: #A9687C;
}
</style>
background-color css
<style>
a { background-color: #A9687C; }
a { background-color: rgb(169,104,124); }
div.DivClassName
{
background-color: #A9687C;
}
.BgClassName
{
background-color: #A9687C;
}
</style>
border-color css
<style>
span { border-color: #A9687C; }
span { border-color: rgb(169,104,124); }
td.TdClassName
{
border-color: #A9687C;
}
.TagClassName
{
border-color: #A9687C;
}
</style>