Shades of Tapestry #AA828D
Tints of Tapestry #AA828D
RGB
CMYK
RGB Variations
Color information
#AA828D (or 0xAA828D) is known color: Tapestry. HEX triplet: AA, 82 and 8D. RGB value is (170,130,141). Sum of RGB (Red+Green+Blue) = 170+130+141=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828D is #557D72. Grayscale: #8F8F8F. Windows color (decimal): -5602675 or 9274026. OLE color: 9274026.
HSL color Cylindrical-coordinate representation of color #AA828D: hue angle of 343.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA828D is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 141 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.33 |
| HSL | 343.5º | 0.19% | 0.59% | - |
| HSV(B) | 343.5º | 0.24% | 0.67% | - |
| XYZ | 29.37 | 26.43 | 28.75 | - |
| YUV | 143.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 141 | 0 | 0.24 | 0.17 | 0.33 | 343.5 | 0.19 | 0.59 |
| Hex | AA | 82 | 8D | 0 | 18 | 11 | 21 | 158 | 13 | 3B |
| Octal | 252 | 202 | 215 | 0 | 30 | 21 | 41 | 530 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001101 | 0 | 11000 | 10001 | 100001 | 101011000 | 10011 | 111011 |
Color Harmonies of #AA828D
Complementary color
Monochromatic Colors of #AA828D
Black with #AA828D
Text Example
Text Example
White with #AA828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA828D; }
p { color: rgb(170,130,141); }
H1.HeaderClassName
{
color: #AA828D;
}
.AnyTagClassName
{
color: #AA828D;
}
</style>
background-color css
<style>
a { background-color: #AA828D; }
a { background-color: rgb(170,130,141); }
div.DivClassName
{
background-color: #AA828D;
}
.BgClassName
{
background-color: #AA828D;
}
</style>
border-color css
<style>
span { border-color: #AA828D; }
span { border-color: rgb(170,130,141); }
td.TdClassName
{
border-color: #AA828D;
}
.TagClassName
{
border-color: #AA828D;
}
</style>