Shades of Tapestry #A9738C
Tints of Tapestry #A9738C
RGB
CMYK
RGB Variations
Color information
#A9738C (or 0xA9738C) is known color: Tapestry. HEX triplet: A9, 73 and 8C. RGB value is (169,115,140). Sum of RGB (Red+Green+Blue) = 169+115+140=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9738C is #568C73. Grayscale: #858585. Windows color (decimal): -5672052 or 9204649. OLE color: 9204649.
HSL color Cylindrical-coordinate representation of color #A9738C: hue angle of 332.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9738C is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 140 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.34 |
| HSL | 332.22º | 0.24% | 0.56% | - |
| HSV(B) | 332.22º | 0.32% | 0.66% | - |
| XYZ | 27.23 | 22.59 | 27.74 | - |
| YUV | 134 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 140 | 0 | 0.32 | 0.17 | 0.34 | 332.22 | 0.24 | 0.56 |
| Hex | A9 | 73 | 8C | 0 | 20 | 11 | 22 | 14C | 18 | 38 |
| Octal | 251 | 163 | 214 | 0 | 40 | 21 | 42 | 514 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10001100 | 0 | 100000 | 10001 | 100010 | 101001100 | 11000 | 111000 |
Color Harmonies of #A9738C
Complementary color
Monochromatic Colors of #A9738C
Black with #A9738C
Text Example
Text Example
White with #A9738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9738C; }
p { color: rgb(169,115,140); }
H1.HeaderClassName
{
color: #A9738C;
}
.AnyTagClassName
{
color: #A9738C;
}
</style>
background-color css
<style>
a { background-color: #A9738C; }
a { background-color: rgb(169,115,140); }
div.DivClassName
{
background-color: #A9738C;
}
.BgClassName
{
background-color: #A9738C;
}
</style>
border-color css
<style>
span { border-color: #A9738C; }
span { border-color: rgb(169,115,140); }
td.TdClassName
{
border-color: #A9738C;
}
.TagClassName
{
border-color: #A9738C;
}
</style>