Shades of Tapestry #A96B84
Tints of Tapestry #A96B84
RGB
CMYK
RGB Variations
Color information
#A96B84 (or 0xA96B84) is known color: Tapestry. HEX triplet: A9, 6B and 84. RGB value is (169,107,132). Sum of RGB (Red+Green+Blue) = 169+107+132=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B84 is #56947B. Grayscale: #808080. Windows color (decimal): -5674108 or 8678313. OLE color: 8678313.
HSL color Cylindrical-coordinate representation of color #A96B84: hue angle of 335.81º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B84 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 132 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.34 |
| HSL | 335.81º | 0.26% | 0.54% | - |
| HSV(B) | 335.81º | 0.37% | 0.66% | - |
| XYZ | 25.78 | 20.62 | 24.45 | - |
| YUV | 128.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 132 | 0 | 0.37 | 0.22 | 0.34 | 335.81 | 0.26 | 0.54 |
| Hex | A9 | 6B | 84 | 0 | 25 | 16 | 22 | 150 | 1A | 36 |
| Octal | 251 | 153 | 204 | 0 | 45 | 26 | 42 | 520 | 32 | 66 |
| Binary | 10101001 | 1101011 | 10000100 | 0 | 100101 | 10110 | 100010 | 101010000 | 11010 | 110110 |
Color Harmonies of #A96B84
Complementary color
Monochromatic Colors of #A96B84
Black with #A96B84
Text Example
Text Example
White with #A96B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B84; }
p { color: rgb(169,107,132); }
H1.HeaderClassName
{
color: #A96B84;
}
.AnyTagClassName
{
color: #A96B84;
}
</style>
background-color css
<style>
a { background-color: #A96B84; }
a { background-color: rgb(169,107,132); }
div.DivClassName
{
background-color: #A96B84;
}
.BgClassName
{
background-color: #A96B84;
}
</style>
border-color css
<style>
span { border-color: #A96B84; }
span { border-color: rgb(169,107,132); }
td.TdClassName
{
border-color: #A96B84;
}
.TagClassName
{
border-color: #A96B84;
}
</style>