Shades of Tapestry #AA8588
Tints of Tapestry #AA8588
RGB
CMYK
RGB Variations
Color information
#AA8588 (or 0xAA8588) is known color: Tapestry. HEX triplet: AA, 85 and 88. RGB value is (170,133,136). Sum of RGB (Red+Green+Blue) = 170+133+136=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8588 is #557A77. Grayscale: #909090. Windows color (decimal): -5601912 or 8947114. OLE color: 8947114.
HSL color Cylindrical-coordinate representation of color #AA8588: hue angle of 355.14º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8588 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 136 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.33 |
| HSL | 355.14º | 0.18% | 0.59% | - |
| HSV(B) | 355.14º | 0.22% | 0.67% | - |
| XYZ | 29.41 | 27.1 | 26.97 | - |
| YUV | 144.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 136 | 0 | 0.22 | 0.20 | 0.33 | 355.14 | 0.18 | 0.59 |
| Hex | AA | 85 | 88 | 0 | 16 | 14 | 21 | 163 | 12 | 3B |
| Octal | 252 | 205 | 210 | 0 | 26 | 24 | 41 | 543 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10001000 | 0 | 10110 | 10100 | 100001 | 101100011 | 10010 | 111011 |
Color Harmonies of #AA8588
Complementary color
Monochromatic Colors of #AA8588
Black with #AA8588
Text Example
Text Example
White with #AA8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8588; }
p { color: rgb(170,133,136); }
H1.HeaderClassName
{
color: #AA8588;
}
.AnyTagClassName
{
color: #AA8588;
}
</style>
background-color css
<style>
a { background-color: #AA8588; }
a { background-color: rgb(170,133,136); }
div.DivClassName
{
background-color: #AA8588;
}
.BgClassName
{
background-color: #AA8588;
}
</style>
border-color css
<style>
span { border-color: #AA8588; }
span { border-color: rgb(170,133,136); }
td.TdClassName
{
border-color: #AA8588;
}
.TagClassName
{
border-color: #AA8588;
}
</style>