Shades of Tapestry #A96A8A
Tints of Tapestry #A96A8A
RGB
CMYK
RGB Variations
Color information
#A96A8A (or 0xA96A8A) is known color: Tapestry. HEX triplet: A9, 6A and 8A. RGB value is (169,106,138). Sum of RGB (Red+Green+Blue) = 169+106+138=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A8A is #569575. Grayscale: #808080. Windows color (decimal): -5674358 or 9071273. OLE color: 9071273.
HSL color Cylindrical-coordinate representation of color #A96A8A: hue angle of 329.52º degrees, saturation: 0.27, 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 #A96A8A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 138 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.34 |
| HSL | 329.52º | 0.27% | 0.54% | - |
| HSV(B) | 329.52º | 0.37% | 0.66% | - |
| XYZ | 26.1 | 20.58 | 26.64 | - |
| YUV | 128.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 138 | 0 | 0.37 | 0.18 | 0.34 | 329.52 | 0.27 | 0.54 |
| Hex | A9 | 6A | 8A | 0 | 25 | 12 | 22 | 14A | 1B | 36 |
| Octal | 251 | 152 | 212 | 0 | 45 | 22 | 42 | 512 | 33 | 66 |
| Binary | 10101001 | 1101010 | 10001010 | 0 | 100101 | 10010 | 100010 | 101001010 | 11011 | 110110 |
Color Harmonies of #A96A8A
Complementary color
Monochromatic Colors of #A96A8A
Black with #A96A8A
Text Example
Text Example
White with #A96A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A8A; }
p { color: rgb(169,106,138); }
H1.HeaderClassName
{
color: #A96A8A;
}
.AnyTagClassName
{
color: #A96A8A;
}
</style>
background-color css
<style>
a { background-color: #A96A8A; }
a { background-color: rgb(169,106,138); }
div.DivClassName
{
background-color: #A96A8A;
}
.BgClassName
{
background-color: #A96A8A;
}
</style>
border-color css
<style>
span { border-color: #A96A8A; }
span { border-color: rgb(169,106,138); }
td.TdClassName
{
border-color: #A96A8A;
}
.TagClassName
{
border-color: #A96A8A;
}
</style>