Shades of Tapestry #A9697E
Tints of Tapestry #A9697E
RGB
CMYK
RGB Variations
Color information
#A9697E (or 0xA9697E) is known color: Tapestry. HEX triplet: A9, 69 and 7E. RGB value is (169,105,126). Sum of RGB (Red+Green+Blue) = 169+105+126=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9697E is #569681. Grayscale: #7E7E7E. Windows color (decimal): -5674626 or 8284585. OLE color: 8284585.
HSL color Cylindrical-coordinate representation of color #A9697E: hue angle of 340.31º 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 #A9697E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 126 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.34 |
| HSL | 340.31º | 0.27% | 0.54% | - |
| HSV(B) | 340.31º | 0.38% | 0.66% | - |
| XYZ | 25.18 | 20.04 | 22.28 | - |
| YUV | 126.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 126 | 0 | 0.38 | 0.25 | 0.34 | 340.31 | 0.27 | 0.54 |
| Hex | A9 | 69 | 7E | 0 | 26 | 19 | 22 | 154 | 1B | 36 |
| Octal | 251 | 151 | 176 | 0 | 46 | 31 | 42 | 524 | 33 | 66 |
| Binary | 10101001 | 1101001 | 1111110 | 0 | 100110 | 11001 | 100010 | 101010100 | 11011 | 110110 |
Color Harmonies of #A9697E
Complementary color
Monochromatic Colors of #A9697E
Black with #A9697E
Text Example
Text Example
White with #A9697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9697E; }
p { color: rgb(169,105,126); }
H1.HeaderClassName
{
color: #A9697E;
}
.AnyTagClassName
{
color: #A9697E;
}
</style>
background-color css
<style>
a { background-color: #A9697E; }
a { background-color: rgb(169,105,126); }
div.DivClassName
{
background-color: #A9697E;
}
.BgClassName
{
background-color: #A9697E;
}
</style>
border-color css
<style>
span { border-color: #A9697E; }
span { border-color: rgb(169,105,126); }
td.TdClassName
{
border-color: #A9697E;
}
.TagClassName
{
border-color: #A9697E;
}
</style>