Shades of Tapestry #AA848A
Tints of Tapestry #AA848A
RGB
CMYK
RGB Variations
Color information
#AA848A (or 0xAA848A) is known color: Tapestry. HEX triplet: AA, 84 and 8A. RGB value is (170,132,138). Sum of RGB (Red+Green+Blue) = 170+132+138=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848A is #557B75. Grayscale: #909090. Windows color (decimal): -5602166 or 9077930. OLE color: 9077930.
HSL color Cylindrical-coordinate representation of color #AA848A: hue angle of 350.53º 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 #AA848A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 138 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.33 |
| HSL | 350.53º | 0.18% | 0.59% | - |
| HSV(B) | 350.53º | 0.22% | 0.67% | - |
| XYZ | 29.42 | 26.88 | 27.68 | - |
| YUV | 144.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 138 | 0 | 0.22 | 0.19 | 0.33 | 350.53 | 0.18 | 0.59 |
| Hex | AA | 84 | 8A | 0 | 16 | 13 | 21 | 15F | 12 | 3B |
| Octal | 252 | 204 | 212 | 0 | 26 | 23 | 41 | 537 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10001010 | 0 | 10110 | 10011 | 100001 | 101011111 | 10010 | 111011 |
Color Harmonies of #AA848A
Complementary color
Monochromatic Colors of #AA848A
Black with #AA848A
Text Example
Text Example
White with #AA848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA848A; }
p { color: rgb(170,132,138); }
H1.HeaderClassName
{
color: #AA848A;
}
.AnyTagClassName
{
color: #AA848A;
}
</style>
background-color css
<style>
a { background-color: #AA848A; }
a { background-color: rgb(170,132,138); }
div.DivClassName
{
background-color: #AA848A;
}
.BgClassName
{
background-color: #AA848A;
}
</style>
border-color css
<style>
span { border-color: #AA848A; }
span { border-color: rgb(170,132,138); }
td.TdClassName
{
border-color: #AA848A;
}
.TagClassName
{
border-color: #AA848A;
}
</style>