Shades of Tapestry #A86982
Tints of Tapestry #A86982
RGB
CMYK
RGB Variations
Color information
#A86982 (or 0xA86982) is known color: Tapestry. HEX triplet: A8, 69 and 82. RGB value is (168,105,130). Sum of RGB (Red+Green+Blue) = 168+105+130=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A86982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86982 is #57967D. Grayscale: #7E7E7E. Windows color (decimal): -5740158 or 8546728. OLE color: 8546728.
HSL color Cylindrical-coordinate representation of color #A86982: hue angle of 336.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86982 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 130 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.34 |
| HSL | 336.19º | 0.27% | 0.54% | - |
| HSV(B) | 336.19º | 0.38% | 0.66% | - |
| XYZ | 25.23 | 20.04 | 23.66 | - |
| YUV | 126.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 130 | 0 | 0.38 | 0.23 | 0.34 | 336.19 | 0.27 | 0.54 |
| Hex | A8 | 69 | 82 | 0 | 26 | 17 | 22 | 150 | 1B | 36 |
| Octal | 250 | 151 | 202 | 0 | 46 | 27 | 42 | 520 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10000010 | 0 | 100110 | 10111 | 100010 | 101010000 | 11011 | 110110 |
Color Harmonies of #A86982
Complementary color
Monochromatic Colors of #A86982
Black with #A86982
Text Example
Text Example
White with #A86982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86982; }
p { color: rgb(168,105,130); }
H1.HeaderClassName
{
color: #A86982;
}
.AnyTagClassName
{
color: #A86982;
}
</style>
background-color css
<style>
a { background-color: #A86982; }
a { background-color: rgb(168,105,130); }
div.DivClassName
{
background-color: #A86982;
}
.BgClassName
{
background-color: #A86982;
}
</style>
border-color css
<style>
span { border-color: #A86982; }
span { border-color: rgb(168,105,130); }
td.TdClassName
{
border-color: #A86982;
}
.TagClassName
{
border-color: #A86982;
}
</style>