Shades of Tapestry #A96C7F
Tints of Tapestry #A96C7F
RGB
CMYK
RGB Variations
Color information
#A96C7F (or 0xA96C7F) is known color: Tapestry. HEX triplet: A9, 6C and 7F. RGB value is (169,108,127). Sum of RGB (Red+Green+Blue) = 169+108+127=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C7F is #569380. Grayscale: #808080. Windows color (decimal): -5673857 or 8350889. OLE color: 8350889.
HSL color Cylindrical-coordinate representation of color #A96C7F: hue angle of 341.31º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96C7F is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 127 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.34 |
| HSL | 341.31º | 0.26% | 0.54% | - |
| HSV(B) | 341.31º | 0.36% | 0.66% | - |
| XYZ | 25.56 | 20.69 | 22.73 | - |
| YUV | 128.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 127 | 0 | 0.36 | 0.25 | 0.34 | 341.31 | 0.26 | 0.54 |
| Hex | A9 | 6C | 7F | 0 | 24 | 19 | 22 | 155 | 1A | 36 |
| Octal | 251 | 154 | 177 | 0 | 44 | 31 | 42 | 525 | 32 | 66 |
| Binary | 10101001 | 1101100 | 1111111 | 0 | 100100 | 11001 | 100010 | 101010101 | 11010 | 110110 |
Color Harmonies of #A96C7F
Complementary color
Monochromatic Colors of #A96C7F
Black with #A96C7F
Text Example
Text Example
White with #A96C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C7F; }
p { color: rgb(169,108,127); }
H1.HeaderClassName
{
color: #A96C7F;
}
.AnyTagClassName
{
color: #A96C7F;
}
</style>
background-color css
<style>
a { background-color: #A96C7F; }
a { background-color: rgb(169,108,127); }
div.DivClassName
{
background-color: #A96C7F;
}
.BgClassName
{
background-color: #A96C7F;
}
</style>
border-color css
<style>
span { border-color: #A96C7F; }
span { border-color: rgb(169,108,127); }
td.TdClassName
{
border-color: #A96C7F;
}
.TagClassName
{
border-color: #A96C7F;
}
</style>