Shades of Tapestry #A97D84
Tints of Tapestry #A97D84
RGB
CMYK
RGB Variations
Color information
#A97D84 (or 0xA97D84) is known color: Tapestry. HEX triplet: A9, 7D and 84. RGB value is (169,125,132). Sum of RGB (Red+Green+Blue) = 169+125+132=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D84 is #56827B. Grayscale: #8A8A8A. Windows color (decimal): -5669500 or 8682921. OLE color: 8682921.
HSL color Cylindrical-coordinate representation of color #A97D84: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97D84 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 132 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.34 |
| HSL | 350.45º | 0.2% | 0.58% | - |
| HSV(B) | 350.45º | 0.26% | 0.66% | - |
| XYZ | 27.86 | 24.77 | 25.14 | - |
| YUV | 138.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 132 | 0 | 0.26 | 0.22 | 0.34 | 350.45 | 0.2 | 0.58 |
| Hex | A9 | 7D | 84 | 0 | 1A | 16 | 22 | 15E | 14 | 3A |
| Octal | 251 | 175 | 204 | 0 | 32 | 26 | 42 | 536 | 24 | 72 |
| Binary | 10101001 | 1111101 | 10000100 | 0 | 11010 | 10110 | 100010 | 101011110 | 10100 | 111010 |
Color Harmonies of #A97D84
Complementary color
Monochromatic Colors of #A97D84
Black with #A97D84
Text Example
Text Example
White with #A97D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D84; }
p { color: rgb(169,125,132); }
H1.HeaderClassName
{
color: #A97D84;
}
.AnyTagClassName
{
color: #A97D84;
}
</style>
background-color css
<style>
a { background-color: #A97D84; }
a { background-color: rgb(169,125,132); }
div.DivClassName
{
background-color: #A97D84;
}
.BgClassName
{
background-color: #A97D84;
}
</style>
border-color css
<style>
span { border-color: #A97D84; }
span { border-color: rgb(169,125,132); }
td.TdClassName
{
border-color: #A97D84;
}
.TagClassName
{
border-color: #A97D84;
}
</style>