Shades of Tapestry #AA828A
Tints of Tapestry #AA828A
RGB
CMYK
RGB Variations
Color information
#AA828A (or 0xAA828A) is known color: Tapestry. HEX triplet: AA, 82 and 8A. RGB value is (170,130,138). Sum of RGB (Red+Green+Blue) = 170+130+138=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828A is #557D75. Grayscale: #8E8E8E. Windows color (decimal): -5602678 or 9077418. OLE color: 9077418.
HSL color Cylindrical-coordinate representation of color #AA828A: hue angle of 348º 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 #AA828A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 138 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.33 |
| HSL | 348º | 0.19% | 0.59% | - |
| HSV(B) | 348º | 0.24% | 0.67% | - |
| XYZ | 29.15 | 26.35 | 27.59 | - |
| YUV | 142.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 138 | 0 | 0.24 | 0.19 | 0.33 | 348 | 0.19 | 0.59 |
| Hex | AA | 82 | 8A | 0 | 18 | 13 | 21 | 15C | 13 | 3B |
| Octal | 252 | 202 | 212 | 0 | 30 | 23 | 41 | 534 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001010 | 0 | 11000 | 10011 | 100001 | 101011100 | 10011 | 111011 |
Color Harmonies of #AA828A
Complementary color
Monochromatic Colors of #AA828A
Black with #AA828A
Text Example
Text Example
White with #AA828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA828A; }
p { color: rgb(170,130,138); }
H1.HeaderClassName
{
color: #AA828A;
}
.AnyTagClassName
{
color: #AA828A;
}
</style>
background-color css
<style>
a { background-color: #AA828A; }
a { background-color: rgb(170,130,138); }
div.DivClassName
{
background-color: #AA828A;
}
.BgClassName
{
background-color: #AA828A;
}
</style>
border-color css
<style>
span { border-color: #AA828A; }
span { border-color: rgb(170,130,138); }
td.TdClassName
{
border-color: #AA828A;
}
.TagClassName
{
border-color: #AA828A;
}
</style>