Shades of Tapestry #AA6983
Tints of Tapestry #AA6983
RGB
CMYK
RGB Variations
Color information
#AA6983 (or 0xAA6983) is known color: Tapestry. HEX triplet: AA, 69 and 83. RGB value is (170,105,131). Sum of RGB (Red+Green+Blue) = 170+105+131=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6983 is #55967C. Grayscale: #7F7F7F. Windows color (decimal): -5609085 or 8612266. OLE color: 8612266.
HSL color Cylindrical-coordinate representation of color #AA6983: hue angle of 336º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6983 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 131 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.33 |
| HSL | 336º | 0.28% | 0.54% | - |
| HSV(B) | 336º | 0.38% | 0.67% | - |
| XYZ | 25.73 | 20.29 | 24.03 | - |
| YUV | 127.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 131 | 0 | 0.38 | 0.23 | 0.33 | 336 | 0.28 | 0.54 |
| Hex | AA | 69 | 83 | 0 | 26 | 17 | 21 | 150 | 1C | 36 |
| Octal | 252 | 151 | 203 | 0 | 46 | 27 | 41 | 520 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10000011 | 0 | 100110 | 10111 | 100001 | 101010000 | 11100 | 110110 |
Color Harmonies of #AA6983
Complementary color
Monochromatic Colors of #AA6983
Black with #AA6983
Text Example
Text Example
White with #AA6983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6983; }
p { color: rgb(170,105,131); }
H1.HeaderClassName
{
color: #AA6983;
}
.AnyTagClassName
{
color: #AA6983;
}
</style>
background-color css
<style>
a { background-color: #AA6983; }
a { background-color: rgb(170,105,131); }
div.DivClassName
{
background-color: #AA6983;
}
.BgClassName
{
background-color: #AA6983;
}
</style>
border-color css
<style>
span { border-color: #AA6983; }
span { border-color: rgb(170,105,131); }
td.TdClassName
{
border-color: #AA6983;
}
.TagClassName
{
border-color: #AA6983;
}
</style>