Shades of Tapestry #A9758A
Tints of Tapestry #A9758A
RGB
CMYK
RGB Variations
Color information
#A9758A (or 0xA9758A) is known color: Tapestry. HEX triplet: A9, 75 and 8A. RGB value is (169,117,138). Sum of RGB (Red+Green+Blue) = 169+117+138=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758A is #568A75. Grayscale: #868686. Windows color (decimal): -5671542 or 9074089. OLE color: 9074089.
HSL color Cylindrical-coordinate representation of color #A9758A: hue angle of 335.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9758A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 138 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.34 |
| HSL | 335.77º | 0.23% | 0.56% | - |
| HSV(B) | 335.77º | 0.31% | 0.66% | - |
| XYZ | 27.31 | 22.99 | 27.04 | - |
| YUV | 134.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 138 | 0 | 0.31 | 0.18 | 0.34 | 335.77 | 0.23 | 0.56 |
| Hex | A9 | 75 | 8A | 0 | 1F | 12 | 22 | 150 | 17 | 38 |
| Octal | 251 | 165 | 212 | 0 | 37 | 22 | 42 | 520 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10001010 | 0 | 11111 | 10010 | 100010 | 101010000 | 10111 | 111000 |
Color Harmonies of #A9758A
Complementary color
Monochromatic Colors of #A9758A
Black with #A9758A
Text Example
Text Example
White with #A9758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9758A; }
p { color: rgb(169,117,138); }
H1.HeaderClassName
{
color: #A9758A;
}
.AnyTagClassName
{
color: #A9758A;
}
</style>
background-color css
<style>
a { background-color: #A9758A; }
a { background-color: rgb(169,117,138); }
div.DivClassName
{
background-color: #A9758A;
}
.BgClassName
{
background-color: #A9758A;
}
</style>
border-color css
<style>
span { border-color: #A9758A; }
span { border-color: rgb(169,117,138); }
td.TdClassName
{
border-color: #A9758A;
}
.TagClassName
{
border-color: #A9758A;
}
</style>