Shades of Tapestry #AA708B
Tints of Tapestry #AA708B
RGB
CMYK
RGB Variations
Color information
#AA708B (or 0xAA708B) is known color: Tapestry. HEX triplet: AA, 70 and 8B. RGB value is (170,112,139). Sum of RGB (Red+Green+Blue) = 170+112+139=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708B is #558F74. Grayscale: #848484. Windows color (decimal): -5607285 or 9138346. OLE color: 9138346.
HSL color Cylindrical-coordinate representation of color #AA708B: hue angle of 332.07º 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 #AA708B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 139 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.33 |
| HSL | 332.07º | 0.25% | 0.55% | - |
| HSV(B) | 332.07º | 0.34% | 0.67% | - |
| XYZ | 27.03 | 22 | 27.25 | - |
| YUV | 132.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 139 | 0 | 0.34 | 0.18 | 0.33 | 332.07 | 0.25 | 0.55 |
| Hex | AA | 70 | 8B | 0 | 22 | 12 | 21 | 14C | 19 | 37 |
| Octal | 252 | 160 | 213 | 0 | 42 | 22 | 41 | 514 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10001011 | 0 | 100010 | 10010 | 100001 | 101001100 | 11001 | 110111 |
Color Harmonies of #AA708B
Complementary color
Monochromatic Colors of #AA708B
Black with #AA708B
Text Example
Text Example
White with #AA708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA708B; }
p { color: rgb(170,112,139); }
H1.HeaderClassName
{
color: #AA708B;
}
.AnyTagClassName
{
color: #AA708B;
}
</style>
background-color css
<style>
a { background-color: #AA708B; }
a { background-color: rgb(170,112,139); }
div.DivClassName
{
background-color: #AA708B;
}
.BgClassName
{
background-color: #AA708B;
}
</style>
border-color css
<style>
span { border-color: #AA708B; }
span { border-color: rgb(170,112,139); }
td.TdClassName
{
border-color: #AA708B;
}
.TagClassName
{
border-color: #AA708B;
}
</style>