Shades of Tapestry #AA7D88
Tints of Tapestry #AA7D88
RGB
CMYK
RGB Variations
Color information
#AA7D88 (or 0xAA7D88) is known color: Tapestry. HEX triplet: AA, 7D and 88. RGB value is (170,125,136). Sum of RGB (Red+Green+Blue) = 170+125+136=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D88 is #558277. Grayscale: #8B8B8B. Windows color (decimal): -5603960 or 8945066. OLE color: 8945066.
HSL color Cylindrical-coordinate representation of color #AA7D88: hue angle of 345.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7D88 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 136 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.33 |
| HSL | 345.33º | 0.21% | 0.58% | - |
| HSV(B) | 345.33º | 0.26% | 0.67% | - |
| XYZ | 28.36 | 24.99 | 26.62 | - |
| YUV | 139.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 136 | 0 | 0.26 | 0.20 | 0.33 | 345.33 | 0.21 | 0.58 |
| Hex | AA | 7D | 88 | 0 | 1A | 14 | 21 | 159 | 15 | 3A |
| Octal | 252 | 175 | 210 | 0 | 32 | 24 | 41 | 531 | 25 | 72 |
| Binary | 10101010 | 1111101 | 10001000 | 0 | 11010 | 10100 | 100001 | 101011001 | 10101 | 111010 |
Color Harmonies of #AA7D88
Complementary color
Monochromatic Colors of #AA7D88
Black with #AA7D88
Text Example
Text Example
White with #AA7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D88; }
p { color: rgb(170,125,136); }
H1.HeaderClassName
{
color: #AA7D88;
}
.AnyTagClassName
{
color: #AA7D88;
}
</style>
background-color css
<style>
a { background-color: #AA7D88; }
a { background-color: rgb(170,125,136); }
div.DivClassName
{
background-color: #AA7D88;
}
.BgClassName
{
background-color: #AA7D88;
}
</style>
border-color css
<style>
span { border-color: #AA7D88; }
span { border-color: rgb(170,125,136); }
td.TdClassName
{
border-color: #AA7D88;
}
.TagClassName
{
border-color: #AA7D88;
}
</style>