Shades of Tapestry #AA848D
Tints of Tapestry #AA848D
RGB
CMYK
RGB Variations
Color information
#AA848D (or 0xAA848D) is known color: Tapestry. HEX triplet: AA, 84 and 8D. RGB value is (170,132,141). Sum of RGB (Red+Green+Blue) = 170+132+141=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848D is #557B72. Grayscale: #909090. Windows color (decimal): -5602163 or 9274538. OLE color: 9274538.
HSL color Cylindrical-coordinate representation of color #AA848D: hue angle of 345.79º 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 #AA848D is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 141 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.33 |
| HSL | 345.79º | 0.18% | 0.59% | - |
| HSV(B) | 345.79º | 0.22% | 0.67% | - |
| XYZ | 29.64 | 26.97 | 28.84 | - |
| YUV | 144.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 141 | 0 | 0.22 | 0.17 | 0.33 | 345.79 | 0.18 | 0.59 |
| Hex | AA | 84 | 8D | 0 | 16 | 11 | 21 | 15A | 12 | 3B |
| Octal | 252 | 204 | 215 | 0 | 26 | 21 | 41 | 532 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10001101 | 0 | 10110 | 10001 | 100001 | 101011010 | 10010 | 111011 |
Color Harmonies of #AA848D
Complementary color
Monochromatic Colors of #AA848D
Black with #AA848D
Text Example
Text Example
White with #AA848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA848D; }
p { color: rgb(170,132,141); }
H1.HeaderClassName
{
color: #AA848D;
}
.AnyTagClassName
{
color: #AA848D;
}
</style>
background-color css
<style>
a { background-color: #AA848D; }
a { background-color: rgb(170,132,141); }
div.DivClassName
{
background-color: #AA848D;
}
.BgClassName
{
background-color: #AA848D;
}
</style>
border-color css
<style>
span { border-color: #AA848D; }
span { border-color: rgb(170,132,141); }
td.TdClassName
{
border-color: #AA848D;
}
.TagClassName
{
border-color: #AA848D;
}
</style>