Shades of Tapestry #A96F82
Tints of Tapestry #A96F82
RGB
CMYK
RGB Variations
Color information
#A96F82 (or 0xA96F82) is known color: Tapestry. HEX triplet: A9, 6F and 82. RGB value is (169,111,130). Sum of RGB (Red+Green+Blue) = 169+111+130=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F82 is #56907D. Grayscale: #828282. Windows color (decimal): -5673086 or 8548265. OLE color: 8548265.
HSL color Cylindrical-coordinate representation of color #A96F82: hue angle of 340.34º 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 #A96F82 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 130 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.34 |
| HSL | 340.34º | 0.25% | 0.55% | - |
| HSV(B) | 340.34º | 0.34% | 0.66% | - |
| XYZ | 26.08 | 21.42 | 23.88 | - |
| YUV | 130.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 130 | 0 | 0.34 | 0.23 | 0.34 | 340.34 | 0.25 | 0.55 |
| Hex | A9 | 6F | 82 | 0 | 22 | 17 | 22 | 154 | 19 | 37 |
| Octal | 251 | 157 | 202 | 0 | 42 | 27 | 42 | 524 | 31 | 67 |
| Binary | 10101001 | 1101111 | 10000010 | 0 | 100010 | 10111 | 100010 | 101010100 | 11001 | 110111 |
Color Harmonies of #A96F82
Complementary color
Monochromatic Colors of #A96F82
Black with #A96F82
Text Example
Text Example
White with #A96F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F82; }
p { color: rgb(169,111,130); }
H1.HeaderClassName
{
color: #A96F82;
}
.AnyTagClassName
{
color: #A96F82;
}
</style>
background-color css
<style>
a { background-color: #A96F82; }
a { background-color: rgb(169,111,130); }
div.DivClassName
{
background-color: #A96F82;
}
.BgClassName
{
background-color: #A96F82;
}
</style>
border-color css
<style>
span { border-color: #A96F82; }
span { border-color: rgb(169,111,130); }
td.TdClassName
{
border-color: #A96F82;
}
.TagClassName
{
border-color: #A96F82;
}
</style>