Shades of Tapestry #AA727F
Tints of Tapestry #AA727F
RGB
CMYK
RGB Variations
Color information
#AA727F (or 0xAA727F) is known color: Tapestry. HEX triplet: AA, 72 and 7F. RGB value is (170,114,127). Sum of RGB (Red+Green+Blue) = 170+114+127=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727F is #558D80. Grayscale: #848484. Windows color (decimal): -5606785 or 8352426. OLE color: 8352426.
HSL color Cylindrical-coordinate representation of color #AA727F: hue angle of 346.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA727F is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 127 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.33 |
| HSL | 346.07º | 0.25% | 0.56% | - |
| HSV(B) | 346.07º | 0.33% | 0.67% | - |
| XYZ | 26.43 | 22.11 | 22.95 | - |
| YUV | 132.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 127 | 0 | 0.33 | 0.25 | 0.33 | 346.07 | 0.25 | 0.56 |
| Hex | AA | 72 | 7F | 0 | 21 | 19 | 21 | 15A | 19 | 38 |
| Octal | 252 | 162 | 177 | 0 | 41 | 31 | 41 | 532 | 31 | 70 |
| Binary | 10101010 | 1110010 | 1111111 | 0 | 100001 | 11001 | 100001 | 101011010 | 11001 | 111000 |
Color Harmonies of #AA727F
Complementary color
Monochromatic Colors of #AA727F
Black with #AA727F
Text Example
Text Example
White with #AA727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA727F; }
p { color: rgb(170,114,127); }
H1.HeaderClassName
{
color: #AA727F;
}
.AnyTagClassName
{
color: #AA727F;
}
</style>
background-color css
<style>
a { background-color: #AA727F; }
a { background-color: rgb(170,114,127); }
div.DivClassName
{
background-color: #AA727F;
}
.BgClassName
{
background-color: #AA727F;
}
</style>
border-color css
<style>
span { border-color: #AA727F; }
span { border-color: rgb(170,114,127); }
td.TdClassName
{
border-color: #AA727F;
}
.TagClassName
{
border-color: #AA727F;
}
</style>