Shades of Tapestry #A9738A
Tints of Tapestry #A9738A
RGB
CMYK
RGB Variations
Color information
#A9738A (or 0xA9738A) is known color: Tapestry. HEX triplet: A9, 73 and 8A. RGB value is (169,115,138). Sum of RGB (Red+Green+Blue) = 169+115+138=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9738A is #568C75. Grayscale: #858585. Windows color (decimal): -5672054 or 9073577. OLE color: 9073577.
HSL color Cylindrical-coordinate representation of color #A9738A: hue angle of 334.44º 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 #A9738A is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 138 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.34 |
| HSL | 334.44º | 0.24% | 0.56% | - |
| HSV(B) | 334.44º | 0.32% | 0.66% | - |
| XYZ | 27.08 | 22.53 | 26.97 | - |
| YUV | 133.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 138 | 0 | 0.32 | 0.18 | 0.34 | 334.44 | 0.24 | 0.56 |
| Hex | A9 | 73 | 8A | 0 | 20 | 12 | 22 | 14E | 18 | 38 |
| Octal | 251 | 163 | 212 | 0 | 40 | 22 | 42 | 516 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10001010 | 0 | 100000 | 10010 | 100010 | 101001110 | 11000 | 111000 |
Color Harmonies of #A9738A
Complementary color
Monochromatic Colors of #A9738A
Black with #A9738A
Text Example
Text Example
White with #A9738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9738A; }
p { color: rgb(169,115,138); }
H1.HeaderClassName
{
color: #A9738A;
}
.AnyTagClassName
{
color: #A9738A;
}
</style>
background-color css
<style>
a { background-color: #A9738A; }
a { background-color: rgb(169,115,138); }
div.DivClassName
{
background-color: #A9738A;
}
.BgClassName
{
background-color: #A9738A;
}
</style>
border-color css
<style>
span { border-color: #A9738A; }
span { border-color: rgb(169,115,138); }
td.TdClassName
{
border-color: #A9738A;
}
.TagClassName
{
border-color: #A9738A;
}
</style>