Shades of Tapestry #A9718B
Tints of Tapestry #A9718B
RGB
CMYK
RGB Variations
Color information
#A9718B (or 0xA9718B) is known color: Tapestry. HEX triplet: A9, 71 and 8B. RGB value is (169,113,139). Sum of RGB (Red+Green+Blue) = 169+113+139=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9718B is #568E74. Grayscale: #848484. Windows color (decimal): -5672565 or 9138601. OLE color: 9138601.
HSL color Cylindrical-coordinate representation of color #A9718B: hue angle of 332.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9718B is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 139 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.34 |
| HSL | 332.14º | 0.25% | 0.55% | - |
| HSV(B) | 332.14º | 0.33% | 0.66% | - |
| XYZ | 26.93 | 22.11 | 27.27 | - |
| YUV | 132.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 139 | 0 | 0.33 | 0.18 | 0.34 | 332.14 | 0.25 | 0.55 |
| Hex | A9 | 71 | 8B | 0 | 21 | 12 | 22 | 14C | 19 | 37 |
| Octal | 251 | 161 | 213 | 0 | 41 | 22 | 42 | 514 | 31 | 67 |
| Binary | 10101001 | 1110001 | 10001011 | 0 | 100001 | 10010 | 100010 | 101001100 | 11001 | 110111 |
Color Harmonies of #A9718B
Complementary color
Monochromatic Colors of #A9718B
Black with #A9718B
Text Example
Text Example
White with #A9718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9718B; }
p { color: rgb(169,113,139); }
H1.HeaderClassName
{
color: #A9718B;
}
.AnyTagClassName
{
color: #A9718B;
}
</style>
background-color css
<style>
a { background-color: #A9718B; }
a { background-color: rgb(169,113,139); }
div.DivClassName
{
background-color: #A9718B;
}
.BgClassName
{
background-color: #A9718B;
}
</style>
border-color css
<style>
span { border-color: #A9718B; }
span { border-color: rgb(169,113,139); }
td.TdClassName
{
border-color: #A9718B;
}
.TagClassName
{
border-color: #A9718B;
}
</style>