Shades of Tapestry #AA818A
Tints of Tapestry #AA818A
RGB
CMYK
RGB Variations
Color information
#AA818A (or 0xAA818A) is known color: Tapestry. HEX triplet: AA, 81 and 8A. RGB value is (170,129,138). Sum of RGB (Red+Green+Blue) = 170+129+138=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA818A is #557E75. Grayscale: #8E8E8E. Windows color (decimal): -5602934 or 9077162. OLE color: 9077162.
HSL color Cylindrical-coordinate representation of color #AA818A: hue angle of 346.83º 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 #AA818A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 138 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.33 |
| HSL | 346.83º | 0.19% | 0.59% | - |
| HSV(B) | 346.83º | 0.24% | 0.67% | - |
| XYZ | 29.02 | 26.08 | 27.55 | - |
| YUV | 142.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 138 | 0 | 0.24 | 0.19 | 0.33 | 346.83 | 0.19 | 0.59 |
| Hex | AA | 81 | 8A | 0 | 18 | 13 | 21 | 15B | 13 | 3B |
| Octal | 252 | 201 | 212 | 0 | 30 | 23 | 41 | 533 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10001010 | 0 | 11000 | 10011 | 100001 | 101011011 | 10011 | 111011 |
Color Harmonies of #AA818A
Complementary color
Monochromatic Colors of #AA818A
Black with #AA818A
Text Example
Text Example
White with #AA818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA818A; }
p { color: rgb(170,129,138); }
H1.HeaderClassName
{
color: #AA818A;
}
.AnyTagClassName
{
color: #AA818A;
}
</style>
background-color css
<style>
a { background-color: #AA818A; }
a { background-color: rgb(170,129,138); }
div.DivClassName
{
background-color: #AA818A;
}
.BgClassName
{
background-color: #AA818A;
}
</style>
border-color css
<style>
span { border-color: #AA818A; }
span { border-color: rgb(170,129,138); }
td.TdClassName
{
border-color: #AA818A;
}
.TagClassName
{
border-color: #AA818A;
}
</style>