Shades of Tapestry #A87D84
Tints of Tapestry #A87D84
RGB
CMYK
RGB Variations
Color information
#A87D84 (or 0xA87D84) is known color: Tapestry. HEX triplet: A8, 7D and 84. RGB value is (168,125,132). Sum of RGB (Red+Green+Blue) = 168+125+132=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D84 is #57827B. Grayscale: #8A8A8A. Windows color (decimal): -5735036 or 8682920. OLE color: 8682920.
HSL color Cylindrical-coordinate representation of color #A87D84: hue angle of 350.23º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87D84 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 132 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.34 |
| HSL | 350.23º | 0.2% | 0.57% | - |
| HSV(B) | 350.23º | 0.26% | 0.66% | - |
| XYZ | 27.65 | 24.66 | 25.13 | - |
| YUV | 138.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 132 | 0 | 0.26 | 0.21 | 0.34 | 350.23 | 0.2 | 0.57 |
| Hex | A8 | 7D | 84 | 0 | 1A | 15 | 22 | 15E | 14 | 39 |
| Octal | 250 | 175 | 204 | 0 | 32 | 25 | 42 | 536 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10000100 | 0 | 11010 | 10101 | 100010 | 101011110 | 10100 | 111001 |
Color Harmonies of #A87D84
Complementary color
Monochromatic Colors of #A87D84
Black with #A87D84
Text Example
Text Example
White with #A87D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D84; }
p { color: rgb(168,125,132); }
H1.HeaderClassName
{
color: #A87D84;
}
.AnyTagClassName
{
color: #A87D84;
}
</style>
background-color css
<style>
a { background-color: #A87D84; }
a { background-color: rgb(168,125,132); }
div.DivClassName
{
background-color: #A87D84;
}
.BgClassName
{
background-color: #A87D84;
}
</style>
border-color css
<style>
span { border-color: #A87D84; }
span { border-color: rgb(168,125,132); }
td.TdClassName
{
border-color: #A87D84;
}
.TagClassName
{
border-color: #A87D84;
}
</style>