Shades of Tapestry #AA828B
Tints of Tapestry #AA828B
RGB
CMYK
RGB Variations
Color information
#AA828B (or 0xAA828B) is known color: Tapestry. HEX triplet: AA, 82 and 8B. RGB value is (170,130,139). Sum of RGB (Red+Green+Blue) = 170+130+139=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828B is #557D74. Grayscale: #8E8E8E. Windows color (decimal): -5602677 or 9142954. OLE color: 9142954.
HSL color Cylindrical-coordinate representation of color #AA828B: hue angle of 346.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 #AA828B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 139 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.33 |
| HSL | 346.5º | 0.19% | 0.59% | - |
| HSV(B) | 346.5º | 0.24% | 0.67% | - |
| XYZ | 29.22 | 26.38 | 27.98 | - |
| YUV | 142.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 139 | 0 | 0.24 | 0.18 | 0.33 | 346.5 | 0.19 | 0.59 |
| Hex | AA | 82 | 8B | 0 | 18 | 12 | 21 | 15A | 13 | 3B |
| Octal | 252 | 202 | 213 | 0 | 30 | 22 | 41 | 532 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001011 | 0 | 11000 | 10010 | 100001 | 101011010 | 10011 | 111011 |
Color Harmonies of #AA828B
Complementary color
Monochromatic Colors of #AA828B
Black with #AA828B
Text Example
Text Example
White with #AA828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA828B; }
p { color: rgb(170,130,139); }
H1.HeaderClassName
{
color: #AA828B;
}
.AnyTagClassName
{
color: #AA828B;
}
</style>
background-color css
<style>
a { background-color: #AA828B; }
a { background-color: rgb(170,130,139); }
div.DivClassName
{
background-color: #AA828B;
}
.BgClassName
{
background-color: #AA828B;
}
</style>
border-color css
<style>
span { border-color: #AA828B; }
span { border-color: rgb(170,130,139); }
td.TdClassName
{
border-color: #AA828B;
}
.TagClassName
{
border-color: #AA828B;
}
</style>