Shades of Tapestry #AA617F
Tints of Tapestry #AA617F
RGB
CMYK
RGB Variations
Color information
#AA617F (or 0xAA617F) is known color: Tapestry. HEX triplet: AA, 61 and 7F. RGB value is (170,97,127). Sum of RGB (Red+Green+Blue) = 170+97+127=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617F is #559E80. Grayscale: #7A7A7A. Windows color (decimal): -5611137 or 8348074. OLE color: 8348074.
HSL color Cylindrical-coordinate representation of color #AA617F: hue angle of 335.34º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA617F is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 127 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.33 |
| HSL | 335.34º | 0.3% | 0.52% | - |
| HSV(B) | 335.34º | 0.43% | 0.67% | - |
| XYZ | 24.68 | 18.63 | 22.37 | - |
| YUV | 122.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 127 | 0 | 0.43 | 0.25 | 0.33 | 335.34 | 0.3 | 0.52 |
| Hex | AA | 61 | 7F | 0 | 2B | 19 | 21 | 14F | 1E | 34 |
| Octal | 252 | 141 | 177 | 0 | 53 | 31 | 41 | 517 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1111111 | 0 | 101011 | 11001 | 100001 | 101001111 | 11110 | 110100 |
Color Harmonies of #AA617F
Complementary color
Monochromatic Colors of #AA617F
Black with #AA617F
Text Example
Text Example
White with #AA617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA617F; }
p { color: rgb(170,97,127); }
H1.HeaderClassName
{
color: #AA617F;
}
.AnyTagClassName
{
color: #AA617F;
}
</style>
background-color css
<style>
a { background-color: #AA617F; }
a { background-color: rgb(170,97,127); }
div.DivClassName
{
background-color: #AA617F;
}
.BgClassName
{
background-color: #AA617F;
}
</style>
border-color css
<style>
span { border-color: #AA617F; }
span { border-color: rgb(170,97,127); }
td.TdClassName
{
border-color: #AA617F;
}
.TagClassName
{
border-color: #AA617F;
}
</style>