Shades of Tapestry #AA768C
Tints of Tapestry #AA768C
RGB
CMYK
RGB Variations
Color information
#AA768C (or 0xAA768C) is known color: Tapestry. HEX triplet: AA, 76 and 8C. RGB value is (170,118,140). Sum of RGB (Red+Green+Blue) = 170+118+140=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768C is #558973. Grayscale: #888888. Windows color (decimal): -5605748 or 9205418. OLE color: 9205418.
HSL color Cylindrical-coordinate representation of color #AA768C: hue angle of 334.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA768C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 140 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.33 |
| HSL | 334.62º | 0.23% | 0.56% | - |
| HSV(B) | 334.62º | 0.31% | 0.67% | - |
| XYZ | 27.79 | 23.4 | 27.86 | - |
| YUV | 136.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 140 | 0 | 0.31 | 0.18 | 0.33 | 334.62 | 0.23 | 0.56 |
| Hex | AA | 76 | 8C | 0 | 1F | 12 | 21 | 14F | 17 | 38 |
| Octal | 252 | 166 | 214 | 0 | 37 | 22 | 41 | 517 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10001100 | 0 | 11111 | 10010 | 100001 | 101001111 | 10111 | 111000 |
Color Harmonies of #AA768C
Complementary color
Monochromatic Colors of #AA768C
Black with #AA768C
Text Example
Text Example
White with #AA768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA768C; }
p { color: rgb(170,118,140); }
H1.HeaderClassName
{
color: #AA768C;
}
.AnyTagClassName
{
color: #AA768C;
}
</style>
background-color css
<style>
a { background-color: #AA768C; }
a { background-color: rgb(170,118,140); }
div.DivClassName
{
background-color: #AA768C;
}
.BgClassName
{
background-color: #AA768C;
}
</style>
border-color css
<style>
span { border-color: #AA768C; }
span { border-color: rgb(170,118,140); }
td.TdClassName
{
border-color: #AA768C;
}
.TagClassName
{
border-color: #AA768C;
}
</style>