Shades of Tapestry #AA738C
Tints of Tapestry #AA738C
RGB
CMYK
RGB Variations
Color information
#AA738C (or 0xAA738C) is known color: Tapestry. HEX triplet: AA, 73 and 8C. RGB value is (170,115,140). Sum of RGB (Red+Green+Blue) = 170+115+140=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738C is #558C73. Grayscale: #868686. Windows color (decimal): -5606516 or 9204650. OLE color: 9204650.
HSL color Cylindrical-coordinate representation of color #AA738C: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA738C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 140 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.33 |
| HSL | 332.73º | 0.24% | 0.56% | - |
| HSV(B) | 332.73º | 0.32% | 0.67% | - |
| XYZ | 27.44 | 22.7 | 27.75 | - |
| YUV | 134.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 140 | 0 | 0.32 | 0.18 | 0.33 | 332.73 | 0.24 | 0.56 |
| Hex | AA | 73 | 8C | 0 | 20 | 12 | 21 | 14D | 18 | 38 |
| Octal | 252 | 163 | 214 | 0 | 40 | 22 | 41 | 515 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10001100 | 0 | 100000 | 10010 | 100001 | 101001101 | 11000 | 111000 |
Color Harmonies of #AA738C
Complementary color
Monochromatic Colors of #AA738C
Black with #AA738C
Text Example
Text Example
White with #AA738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA738C; }
p { color: rgb(170,115,140); }
H1.HeaderClassName
{
color: #AA738C;
}
.AnyTagClassName
{
color: #AA738C;
}
</style>
background-color css
<style>
a { background-color: #AA738C; }
a { background-color: rgb(170,115,140); }
div.DivClassName
{
background-color: #AA738C;
}
.BgClassName
{
background-color: #AA738C;
}
</style>
border-color css
<style>
span { border-color: #AA738C; }
span { border-color: rgb(170,115,140); }
td.TdClassName
{
border-color: #AA738C;
}
.TagClassName
{
border-color: #AA738C;
}
</style>