Shades of Tapestry #AA7A8B
Tints of Tapestry #AA7A8B
RGB
CMYK
RGB Variations
Color information
#AA7A8B (or 0xAA7A8B) is known color: Tapestry. HEX triplet: AA, 7A and 8B. RGB value is (170,122,139). Sum of RGB (Red+Green+Blue) = 170+122+139=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A8B is #558574. Grayscale: #8A8A8A. Windows color (decimal): -5604725 or 9140906. OLE color: 9140906.
HSL color Cylindrical-coordinate representation of color #AA7A8B: hue angle of 338.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A8B is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 139 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.33 |
| HSL | 338.75º | 0.22% | 0.57% | - |
| HSV(B) | 338.75º | 0.28% | 0.67% | - |
| XYZ | 28.2 | 24.33 | 27.64 | - |
| YUV | 138.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 139 | 0 | 0.28 | 0.18 | 0.33 | 338.75 | 0.22 | 0.57 |
| Hex | AA | 7A | 8B | 0 | 1C | 12 | 21 | 153 | 16 | 39 |
| Octal | 252 | 172 | 213 | 0 | 34 | 22 | 41 | 523 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10001011 | 0 | 11100 | 10010 | 100001 | 101010011 | 10110 | 111001 |
Color Harmonies of #AA7A8B
Complementary color
Monochromatic Colors of #AA7A8B
Black with #AA7A8B
Text Example
Text Example
White with #AA7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A8B; }
p { color: rgb(170,122,139); }
H1.HeaderClassName
{
color: #AA7A8B;
}
.AnyTagClassName
{
color: #AA7A8B;
}
</style>
background-color css
<style>
a { background-color: #AA7A8B; }
a { background-color: rgb(170,122,139); }
div.DivClassName
{
background-color: #AA7A8B;
}
.BgClassName
{
background-color: #AA7A8B;
}
</style>
border-color css
<style>
span { border-color: #AA7A8B; }
span { border-color: rgb(170,122,139); }
td.TdClassName
{
border-color: #AA7A8B;
}
.TagClassName
{
border-color: #AA7A8B;
}
</style>