Shades of Tapestry #A86F82
Tints of Tapestry #A86F82
RGB
CMYK
RGB Variations
Color information
#A86F82 (or 0xA86F82) is known color: Tapestry. HEX triplet: A8, 6F and 82. RGB value is (168,111,130). Sum of RGB (Red+Green+Blue) = 168+111+130=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F82 is #57907D. Grayscale: #828282. Windows color (decimal): -5738622 or 8548264. OLE color: 8548264.
HSL color Cylindrical-coordinate representation of color #A86F82: hue angle of 340º 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 #A86F82 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 130 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.34 |
| HSL | 340º | 0.25% | 0.55% | - |
| HSV(B) | 340º | 0.34% | 0.66% | - |
| XYZ | 25.86 | 21.31 | 23.87 | - |
| YUV | 130.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 130 | 0 | 0.34 | 0.23 | 0.34 | 340 | 0.25 | 0.55 |
| Hex | A8 | 6F | 82 | 0 | 22 | 17 | 22 | 154 | 19 | 37 |
| Octal | 250 | 157 | 202 | 0 | 42 | 27 | 42 | 524 | 31 | 67 |
| Binary | 10101000 | 1101111 | 10000010 | 0 | 100010 | 10111 | 100010 | 101010100 | 11001 | 110111 |
Color Harmonies of #A86F82
Complementary color
Monochromatic Colors of #A86F82
Black with #A86F82
Text Example
Text Example
White with #A86F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F82; }
p { color: rgb(168,111,130); }
H1.HeaderClassName
{
color: #A86F82;
}
.AnyTagClassName
{
color: #A86F82;
}
</style>
background-color css
<style>
a { background-color: #A86F82; }
a { background-color: rgb(168,111,130); }
div.DivClassName
{
background-color: #A86F82;
}
.BgClassName
{
background-color: #A86F82;
}
</style>
border-color css
<style>
span { border-color: #A86F82; }
span { border-color: rgb(168,111,130); }
td.TdClassName
{
border-color: #A86F82;
}
.TagClassName
{
border-color: #A86F82;
}
</style>