Shades of Tapestry #A96C8B
Tints of Tapestry #A96C8B
RGB
CMYK
RGB Variations
Color information
#A96C8B (or 0xA96C8B) is known color: Tapestry. HEX triplet: A9, 6C and 8B. RGB value is (169,108,139). Sum of RGB (Red+Green+Blue) = 169+108+139=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C8B is #569374. Grayscale: #818181. Windows color (decimal): -5673845 or 9137321. OLE color: 9137321.
HSL color Cylindrical-coordinate representation of color #A96C8B: hue angle of 329.51º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96C8B is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 139 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.34 |
| HSL | 329.51º | 0.26% | 0.54% | - |
| HSV(B) | 329.51º | 0.36% | 0.66% | - |
| XYZ | 26.38 | 21.02 | 27.09 | - |
| YUV | 129.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 139 | 0 | 0.36 | 0.18 | 0.34 | 329.51 | 0.26 | 0.54 |
| Hex | A9 | 6C | 8B | 0 | 24 | 12 | 22 | 14A | 1A | 36 |
| Octal | 251 | 154 | 213 | 0 | 44 | 22 | 42 | 512 | 32 | 66 |
| Binary | 10101001 | 1101100 | 10001011 | 0 | 100100 | 10010 | 100010 | 101001010 | 11010 | 110110 |
Color Harmonies of #A96C8B
Complementary color
Monochromatic Colors of #A96C8B
Black with #A96C8B
Text Example
Text Example
White with #A96C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C8B; }
p { color: rgb(169,108,139); }
H1.HeaderClassName
{
color: #A96C8B;
}
.AnyTagClassName
{
color: #A96C8B;
}
</style>
background-color css
<style>
a { background-color: #A96C8B; }
a { background-color: rgb(169,108,139); }
div.DivClassName
{
background-color: #A96C8B;
}
.BgClassName
{
background-color: #A96C8B;
}
</style>
border-color css
<style>
span { border-color: #A96C8B; }
span { border-color: rgb(169,108,139); }
td.TdClassName
{
border-color: #A96C8B;
}
.TagClassName
{
border-color: #A96C8B;
}
</style>