Shades of Tapestry #A9708A
Tints of Tapestry #A9708A
RGB
CMYK
RGB Variations
Color information
#A9708A (or 0xA9708A) is known color: Tapestry. HEX triplet: A9, 70 and 8A. RGB value is (169,112,138). Sum of RGB (Red+Green+Blue) = 169+112+138=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A9708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9708A is #568F75. Grayscale: #838383. Windows color (decimal): -5672822 or 9072809. OLE color: 9072809.
HSL color Cylindrical-coordinate representation of color #A9708A: hue angle of 332.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9708A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 138 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.34 |
| HSL | 332.63º | 0.25% | 0.55% | - |
| HSV(B) | 332.63º | 0.34% | 0.66% | - |
| XYZ | 26.74 | 21.86 | 26.85 | - |
| YUV | 132.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 138 | 0 | 0.34 | 0.18 | 0.34 | 332.63 | 0.25 | 0.55 |
| Hex | A9 | 70 | 8A | 0 | 22 | 12 | 22 | 14D | 19 | 37 |
| Octal | 251 | 160 | 212 | 0 | 42 | 22 | 42 | 515 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10001010 | 0 | 100010 | 10010 | 100010 | 101001101 | 11001 | 110111 |
Color Harmonies of #A9708A
Complementary color
Monochromatic Colors of #A9708A
Black with #A9708A
Text Example
Text Example
White with #A9708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9708A; }
p { color: rgb(169,112,138); }
H1.HeaderClassName
{
color: #A9708A;
}
.AnyTagClassName
{
color: #A9708A;
}
</style>
background-color css
<style>
a { background-color: #A9708A; }
a { background-color: rgb(169,112,138); }
div.DivClassName
{
background-color: #A9708A;
}
.BgClassName
{
background-color: #A9708A;
}
</style>
border-color css
<style>
span { border-color: #A9708A; }
span { border-color: rgb(169,112,138); }
td.TdClassName
{
border-color: #A9708A;
}
.TagClassName
{
border-color: #A9708A;
}
</style>