Shades of Tapestry #A96883
Tints of Tapestry #A96883
RGB
CMYK
RGB Variations
Color information
#A96883 (or 0xA96883) is known color: Tapestry. HEX triplet: A9, 68 and 83. RGB value is (169,104,131). Sum of RGB (Red+Green+Blue) = 169+104+131=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96883 is #56977C. Grayscale: #7E7E7E. Windows color (decimal): -5674877 or 8612009. OLE color: 8612009.
HSL color Cylindrical-coordinate representation of color #A96883: hue angle of 335.08º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96883 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 131 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.34 |
| HSL | 335.08º | 0.27% | 0.54% | - |
| HSV(B) | 335.08º | 0.38% | 0.66% | - |
| XYZ | 25.41 | 19.97 | 23.99 | - |
| YUV | 126.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 131 | 0 | 0.38 | 0.22 | 0.34 | 335.08 | 0.27 | 0.54 |
| Hex | A9 | 68 | 83 | 0 | 26 | 16 | 22 | 14F | 1B | 36 |
| Octal | 251 | 150 | 203 | 0 | 46 | 26 | 42 | 517 | 33 | 66 |
| Binary | 10101001 | 1101000 | 10000011 | 0 | 100110 | 10110 | 100010 | 101001111 | 11011 | 110110 |
Color Harmonies of #A96883
Complementary color
Monochromatic Colors of #A96883
Black with #A96883
Text Example
Text Example
White with #A96883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96883; }
p { color: rgb(169,104,131); }
H1.HeaderClassName
{
color: #A96883;
}
.AnyTagClassName
{
color: #A96883;
}
</style>
background-color css
<style>
a { background-color: #A96883; }
a { background-color: rgb(169,104,131); }
div.DivClassName
{
background-color: #A96883;
}
.BgClassName
{
background-color: #A96883;
}
</style>
border-color css
<style>
span { border-color: #A96883; }
span { border-color: rgb(169,104,131); }
td.TdClassName
{
border-color: #A96883;
}
.TagClassName
{
border-color: #A96883;
}
</style>