Shades of Tapestry #AA778B
Tints of Tapestry #AA778B
RGB
CMYK
RGB Variations
Color information
#AA778B (or 0xAA778B) is known color: Tapestry. HEX triplet: AA, 77 and 8B. RGB value is (170,119,139). Sum of RGB (Red+Green+Blue) = 170+119+139=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778B is #558874. Grayscale: #888888. Windows color (decimal): -5605493 or 9140138. OLE color: 9140138.
HSL color Cylindrical-coordinate representation of color #AA778B: hue angle of 336.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA778B is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 139 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.33 |
| HSL | 336.47º | 0.23% | 0.57% | - |
| HSV(B) | 336.47º | 0.3% | 0.67% | - |
| XYZ | 27.83 | 23.6 | 27.52 | - |
| YUV | 136.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 139 | 0 | 0.3 | 0.18 | 0.33 | 336.47 | 0.23 | 0.57 |
| Hex | AA | 77 | 8B | 0 | 1E | 12 | 21 | 150 | 17 | 39 |
| Octal | 252 | 167 | 213 | 0 | 36 | 22 | 41 | 520 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10001011 | 0 | 11110 | 10010 | 100001 | 101010000 | 10111 | 111001 |
Color Harmonies of #AA778B
Complementary color
Monochromatic Colors of #AA778B
Black with #AA778B
Text Example
Text Example
White with #AA778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA778B; }
p { color: rgb(170,119,139); }
H1.HeaderClassName
{
color: #AA778B;
}
.AnyTagClassName
{
color: #AA778B;
}
</style>
background-color css
<style>
a { background-color: #AA778B; }
a { background-color: rgb(170,119,139); }
div.DivClassName
{
background-color: #AA778B;
}
.BgClassName
{
background-color: #AA778B;
}
</style>
border-color css
<style>
span { border-color: #AA778B; }
span { border-color: rgb(170,119,139); }
td.TdClassName
{
border-color: #AA778B;
}
.TagClassName
{
border-color: #AA778B;
}
</style>