Shades of Tapestry #AA848F
Tints of Tapestry #AA848F
RGB
CMYK
RGB Variations
Color information
#AA848F (or 0xAA848F) is known color: Tapestry. HEX triplet: AA, 84 and 8F. RGB value is (170,132,143). Sum of RGB (Red+Green+Blue) = 170+132+143=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848F is #557B70. Grayscale: #909090. Windows color (decimal): -5602161 or 9405610. OLE color: 9405610.
HSL color Cylindrical-coordinate representation of color #AA848F: hue angle of 342.63º 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 #AA848F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 143 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.33 |
| HSL | 342.63º | 0.18% | 0.59% | - |
| HSV(B) | 342.63º | 0.22% | 0.67% | - |
| XYZ | 29.79 | 27.03 | 29.63 | - |
| YUV | 144.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 143 | 0 | 0.22 | 0.16 | 0.33 | 342.63 | 0.18 | 0.59 |
| Hex | AA | 84 | 8F | 0 | 16 | 10 | 21 | 157 | 12 | 3B |
| Octal | 252 | 204 | 217 | 0 | 26 | 20 | 41 | 527 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10001111 | 0 | 10110 | 10000 | 100001 | 101010111 | 10010 | 111011 |
Color Harmonies of #AA848F
Complementary color
Monochromatic Colors of #AA848F
Black with #AA848F
Text Example
Text Example
White with #AA848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA848F; }
p { color: rgb(170,132,143); }
H1.HeaderClassName
{
color: #AA848F;
}
.AnyTagClassName
{
color: #AA848F;
}
</style>
background-color css
<style>
a { background-color: #AA848F; }
a { background-color: rgb(170,132,143); }
div.DivClassName
{
background-color: #AA848F;
}
.BgClassName
{
background-color: #AA848F;
}
</style>
border-color css
<style>
span { border-color: #AA848F; }
span { border-color: rgb(170,132,143); }
td.TdClassName
{
border-color: #AA848F;
}
.TagClassName
{
border-color: #AA848F;
}
</style>