Shades of Tapestry #AA6C83
Tints of Tapestry #AA6C83
RGB
CMYK
RGB Variations
Color information
#AA6C83 (or 0xAA6C83) is known color: Tapestry. HEX triplet: AA, 6C and 83. RGB value is (170,108,131). Sum of RGB (Red+Green+Blue) = 170+108+131=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C83 is #55937C. Grayscale: #818181. Windows color (decimal): -5608317 or 8613034. OLE color: 8613034.
HSL color Cylindrical-coordinate representation of color #AA6C83: hue angle of 337.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6C83 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 131 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.33 |
| HSL | 337.74º | 0.27% | 0.55% | - |
| HSV(B) | 337.74º | 0.36% | 0.67% | - |
| XYZ | 26.04 | 20.91 | 24.14 | - |
| YUV | 129.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 131 | 0 | 0.36 | 0.23 | 0.33 | 337.74 | 0.27 | 0.55 |
| Hex | AA | 6C | 83 | 0 | 24 | 17 | 21 | 152 | 1B | 37 |
| Octal | 252 | 154 | 203 | 0 | 44 | 27 | 41 | 522 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10000011 | 0 | 100100 | 10111 | 100001 | 101010010 | 11011 | 110111 |
Color Harmonies of #AA6C83
Complementary color
Monochromatic Colors of #AA6C83
Black with #AA6C83
Text Example
Text Example
White with #AA6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C83; }
p { color: rgb(170,108,131); }
H1.HeaderClassName
{
color: #AA6C83;
}
.AnyTagClassName
{
color: #AA6C83;
}
</style>
background-color css
<style>
a { background-color: #AA6C83; }
a { background-color: rgb(170,108,131); }
div.DivClassName
{
background-color: #AA6C83;
}
.BgClassName
{
background-color: #AA6C83;
}
</style>
border-color css
<style>
span { border-color: #AA6C83; }
span { border-color: rgb(170,108,131); }
td.TdClassName
{
border-color: #AA6C83;
}
.TagClassName
{
border-color: #AA6C83;
}
</style>