Shades of Tapestry #AA758C
Tints of Tapestry #AA758C
RGB
CMYK
RGB Variations
Color information
#AA758C (or 0xAA758C) is known color: Tapestry. HEX triplet: AA, 75 and 8C. RGB value is (170,117,140). Sum of RGB (Red+Green+Blue) = 170+117+140=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA758C is #558A73. Grayscale: #878787. Windows color (decimal): -5606004 or 9205162. OLE color: 9205162.
HSL color Cylindrical-coordinate representation of color #AA758C: hue angle of 333.96º degrees, saturation: 0.24, 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 #AA758C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 140 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.33 |
| HSL | 333.96º | 0.24% | 0.56% | - |
| HSV(B) | 333.96º | 0.31% | 0.67% | - |
| XYZ | 27.67 | 23.16 | 27.82 | - |
| YUV | 135.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 140 | 0 | 0.31 | 0.18 | 0.33 | 333.96 | 0.24 | 0.56 |
| Hex | AA | 75 | 8C | 0 | 1F | 12 | 21 | 14E | 18 | 38 |
| Octal | 252 | 165 | 214 | 0 | 37 | 22 | 41 | 516 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10001100 | 0 | 11111 | 10010 | 100001 | 101001110 | 11000 | 111000 |
Color Harmonies of #AA758C
Complementary color
Monochromatic Colors of #AA758C
Black with #AA758C
Text Example
Text Example
White with #AA758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA758C; }
p { color: rgb(170,117,140); }
H1.HeaderClassName
{
color: #AA758C;
}
.AnyTagClassName
{
color: #AA758C;
}
</style>
background-color css
<style>
a { background-color: #AA758C; }
a { background-color: rgb(170,117,140); }
div.DivClassName
{
background-color: #AA758C;
}
.BgClassName
{
background-color: #AA758C;
}
</style>
border-color css
<style>
span { border-color: #AA758C; }
span { border-color: rgb(170,117,140); }
td.TdClassName
{
border-color: #AA758C;
}
.TagClassName
{
border-color: #AA758C;
}
</style>