Shades of Tapestry #A86F81
Tints of Tapestry #A86F81
RGB
CMYK
RGB Variations
Color information
#A86F81 (or 0xA86F81) is known color: Tapestry. HEX triplet: A8, 6F and 81. RGB value is (168,111,129). Sum of RGB (Red+Green+Blue) = 168+111+129=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F81 is #57907E. Grayscale: #828282. Windows color (decimal): -5738623 or 8482728. OLE color: 8482728.
HSL color Cylindrical-coordinate representation of color #A86F81: hue angle of 341.05º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A86F81 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 129 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.34 |
| HSL | 341.05º | 0.25% | 0.55% | - |
| HSV(B) | 341.05º | 0.34% | 0.66% | - |
| XYZ | 25.8 | 21.28 | 23.52 | - |
| YUV | 130.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 129 | 0 | 0.34 | 0.23 | 0.34 | 341.05 | 0.25 | 0.55 |
| Hex | A8 | 6F | 81 | 0 | 22 | 17 | 22 | 155 | 19 | 37 |
| Octal | 250 | 157 | 201 | 0 | 42 | 27 | 42 | 525 | 31 | 67 |
| Binary | 10101000 | 1101111 | 10000001 | 0 | 100010 | 10111 | 100010 | 101010101 | 11001 | 110111 |
Color Harmonies of #A86F81
Complementary color
Monochromatic Colors of #A86F81
Black with #A86F81
Text Example
Text Example
White with #A86F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F81; }
p { color: rgb(168,111,129); }
H1.HeaderClassName
{
color: #A86F81;
}
.AnyTagClassName
{
color: #A86F81;
}
</style>
background-color css
<style>
a { background-color: #A86F81; }
a { background-color: rgb(168,111,129); }
div.DivClassName
{
background-color: #A86F81;
}
.BgClassName
{
background-color: #A86F81;
}
</style>
border-color css
<style>
span { border-color: #A86F81; }
span { border-color: rgb(168,111,129); }
td.TdClassName
{
border-color: #A86F81;
}
.TagClassName
{
border-color: #A86F81;
}
</style>