Shades of Tapestry #AA717E
Tints of Tapestry #AA717E
RGB
CMYK
RGB Variations
Color information
#AA717E (or 0xAA717E) is known color: Tapestry. HEX triplet: AA, 71 and 7E. RGB value is (170,113,126). Sum of RGB (Red+Green+Blue) = 170+113+126=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717E is #558E81. Grayscale: #838383. Windows color (decimal): -5607042 or 8286634. OLE color: 8286634.
HSL color Cylindrical-coordinate representation of color #AA717E: hue angle of 346.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA717E is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 126 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.33 |
| HSL | 346.32º | 0.25% | 0.55% | - |
| HSV(B) | 346.32º | 0.34% | 0.67% | - |
| XYZ | 26.25 | 21.86 | 22.58 | - |
| YUV | 131.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 126 | 0 | 0.34 | 0.26 | 0.33 | 346.32 | 0.25 | 0.55 |
| Hex | AA | 71 | 7E | 0 | 22 | 1A | 21 | 15A | 19 | 37 |
| Octal | 252 | 161 | 176 | 0 | 42 | 32 | 41 | 532 | 31 | 67 |
| Binary | 10101010 | 1110001 | 1111110 | 0 | 100010 | 11010 | 100001 | 101011010 | 11001 | 110111 |
Color Harmonies of #AA717E
Complementary color
Monochromatic Colors of #AA717E
Black with #AA717E
Text Example
Text Example
White with #AA717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA717E; }
p { color: rgb(170,113,126); }
H1.HeaderClassName
{
color: #AA717E;
}
.AnyTagClassName
{
color: #AA717E;
}
</style>
background-color css
<style>
a { background-color: #AA717E; }
a { background-color: rgb(170,113,126); }
div.DivClassName
{
background-color: #AA717E;
}
.BgClassName
{
background-color: #AA717E;
}
</style>
border-color css
<style>
span { border-color: #AA717E; }
span { border-color: rgb(170,113,126); }
td.TdClassName
{
border-color: #AA717E;
}
.TagClassName
{
border-color: #AA717E;
}
</style>