Shades of Tapestry #AA6C7F
Tints of Tapestry #AA6C7F
RGB
CMYK
RGB Variations
Color information
#AA6C7F (or 0xAA6C7F) is known color: Tapestry. HEX triplet: AA, 6C and 7F. RGB value is (170,108,127). Sum of RGB (Red+Green+Blue) = 170+108+127=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C7F is #559380. Grayscale: #808080. Windows color (decimal): -5608321 or 8350890. OLE color: 8350890.
HSL color Cylindrical-coordinate representation of color #AA6C7F: hue angle of 341.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6C7F is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 127 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.33 |
| HSL | 341.61º | 0.27% | 0.55% | - |
| HSV(B) | 341.61º | 0.36% | 0.67% | - |
| XYZ | 25.77 | 20.8 | 22.74 | - |
| YUV | 128.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 127 | 0 | 0.36 | 0.25 | 0.33 | 341.61 | 0.27 | 0.55 |
| Hex | AA | 6C | 7F | 0 | 24 | 19 | 21 | 156 | 1B | 37 |
| Octal | 252 | 154 | 177 | 0 | 44 | 31 | 41 | 526 | 33 | 67 |
| Binary | 10101010 | 1101100 | 1111111 | 0 | 100100 | 11001 | 100001 | 101010110 | 11011 | 110111 |
Color Harmonies of #AA6C7F
Complementary color
Monochromatic Colors of #AA6C7F
Black with #AA6C7F
Text Example
Text Example
White with #AA6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C7F; }
p { color: rgb(170,108,127); }
H1.HeaderClassName
{
color: #AA6C7F;
}
.AnyTagClassName
{
color: #AA6C7F;
}
</style>
background-color css
<style>
a { background-color: #AA6C7F; }
a { background-color: rgb(170,108,127); }
div.DivClassName
{
background-color: #AA6C7F;
}
.BgClassName
{
background-color: #AA6C7F;
}
</style>
border-color css
<style>
span { border-color: #AA6C7F; }
span { border-color: rgb(170,108,127); }
td.TdClassName
{
border-color: #AA6C7F;
}
.TagClassName
{
border-color: #AA6C7F;
}
</style>