Shades of Tapestry #AA617D
Tints of Tapestry #AA617D
RGB
CMYK
RGB Variations
Color information
#AA617D (or 0xAA617D) is known color: Tapestry. HEX triplet: AA, 61 and 7D. RGB value is (170,97,125). Sum of RGB (Red+Green+Blue) = 170+97+125=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617D is #559E82. Grayscale: #797979. Windows color (decimal): -5611139 or 8217002. OLE color: 8217002.
HSL color Cylindrical-coordinate representation of color #AA617D: hue angle of 336.99º 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 #AA617D is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 125 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.33 |
| HSL | 336.99º | 0.3% | 0.52% | - |
| HSV(B) | 336.99º | 0.43% | 0.67% | - |
| XYZ | 24.55 | 18.58 | 21.69 | - |
| YUV | 122.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 125 | 0 | 0.43 | 0.26 | 0.33 | 336.99 | 0.3 | 0.52 |
| Hex | AA | 61 | 7D | 0 | 2B | 1A | 21 | 151 | 1E | 34 |
| Octal | 252 | 141 | 175 | 0 | 53 | 32 | 41 | 521 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1111101 | 0 | 101011 | 11010 | 100001 | 101010001 | 11110 | 110100 |
Color Harmonies of #AA617D
Complementary color
Monochromatic Colors of #AA617D
Black with #AA617D
Text Example
Text Example
White with #AA617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA617D; }
p { color: rgb(170,97,125); }
H1.HeaderClassName
{
color: #AA617D;
}
.AnyTagClassName
{
color: #AA617D;
}
</style>
background-color css
<style>
a { background-color: #AA617D; }
a { background-color: rgb(170,97,125); }
div.DivClassName
{
background-color: #AA617D;
}
.BgClassName
{
background-color: #AA617D;
}
</style>
border-color css
<style>
span { border-color: #AA617D; }
span { border-color: rgb(170,97,125); }
td.TdClassName
{
border-color: #AA617D;
}
.TagClassName
{
border-color: #AA617D;
}
</style>