Shades of Tapestry #AA818B
Tints of Tapestry #AA818B
RGB
CMYK
RGB Variations
Color information
#AA818B (or 0xAA818B) is known color: Tapestry. HEX triplet: AA, 81 and 8B. RGB value is (170,129,139). Sum of RGB (Red+Green+Blue) = 170+129+139=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA818B is #557E74. Grayscale: #8E8E8E. Windows color (decimal): -5602933 or 9142698. OLE color: 9142698.
HSL color Cylindrical-coordinate representation of color #AA818B: hue angle of 345.37º 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 #AA818B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 139 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.33 |
| HSL | 345.37º | 0.19% | 0.59% | - |
| HSV(B) | 345.37º | 0.24% | 0.67% | - |
| XYZ | 29.09 | 26.11 | 27.93 | - |
| YUV | 142.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 139 | 0 | 0.24 | 0.18 | 0.33 | 345.37 | 0.19 | 0.59 |
| Hex | AA | 81 | 8B | 0 | 18 | 12 | 21 | 159 | 13 | 3B |
| Octal | 252 | 201 | 213 | 0 | 30 | 22 | 41 | 531 | 23 | 73 |
| Binary | 10101010 | 10000001 | 10001011 | 0 | 11000 | 10010 | 100001 | 101011001 | 10011 | 111011 |
Color Harmonies of #AA818B
Complementary color
Monochromatic Colors of #AA818B
Black with #AA818B
Text Example
Text Example
White with #AA818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA818B; }
p { color: rgb(170,129,139); }
H1.HeaderClassName
{
color: #AA818B;
}
.AnyTagClassName
{
color: #AA818B;
}
</style>
background-color css
<style>
a { background-color: #AA818B; }
a { background-color: rgb(170,129,139); }
div.DivClassName
{
background-color: #AA818B;
}
.BgClassName
{
background-color: #AA818B;
}
</style>
border-color css
<style>
span { border-color: #AA818B; }
span { border-color: rgb(170,129,139); }
td.TdClassName
{
border-color: #AA818B;
}
.TagClassName
{
border-color: #AA818B;
}
</style>