Shades of Tapestry #A9687B
Tints of Tapestry #A9687B
RGB
CMYK
RGB Variations
Color information
#A9687B (or 0xA9687B) is known color: Tapestry. HEX triplet: A9, 68 and 7B. RGB value is (169,104,123). Sum of RGB (Red+Green+Blue) = 169+104+123=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9687B is #569784. Grayscale: #7D7D7D. Windows color (decimal): -5674885 or 8087721. OLE color: 8087721.
HSL color Cylindrical-coordinate representation of color #A9687B: hue angle of 342.46º 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 #A9687B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 123 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.34 |
| HSL | 342.46º | 0.27% | 0.54% | - |
| HSV(B) | 342.46º | 0.38% | 0.66% | - |
| XYZ | 24.89 | 19.77 | 21.24 | - |
| YUV | 125.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 123 | 0 | 0.38 | 0.27 | 0.34 | 342.46 | 0.27 | 0.54 |
| Hex | A9 | 68 | 7B | 0 | 26 | 1B | 22 | 156 | 1B | 36 |
| Octal | 251 | 150 | 173 | 0 | 46 | 33 | 42 | 526 | 33 | 66 |
| Binary | 10101001 | 1101000 | 1111011 | 0 | 100110 | 11011 | 100010 | 101010110 | 11011 | 110110 |
Color Harmonies of #A9687B
Complementary color
Monochromatic Colors of #A9687B
Black with #A9687B
Text Example
Text Example
White with #A9687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9687B; }
p { color: rgb(169,104,123); }
H1.HeaderClassName
{
color: #A9687B;
}
.AnyTagClassName
{
color: #A9687B;
}
</style>
background-color css
<style>
a { background-color: #A9687B; }
a { background-color: rgb(169,104,123); }
div.DivClassName
{
background-color: #A9687B;
}
.BgClassName
{
background-color: #A9687B;
}
</style>
border-color css
<style>
span { border-color: #A9687B; }
span { border-color: rgb(169,104,123); }
td.TdClassName
{
border-color: #A9687B;
}
.TagClassName
{
border-color: #A9687B;
}
</style>