Shades of Tapestry #AA677C
Tints of Tapestry #AA677C
RGB
CMYK
RGB Variations
Color information
#AA677C (or 0xAA677C) is known color: Tapestry. HEX triplet: AA, 67 and 7C. RGB value is (170,103,124). Sum of RGB (Red+Green+Blue) = 170+103+124=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677C is #559883. Grayscale: #7D7D7D. Windows color (decimal): -5609604 or 8153002. OLE color: 8153002.
HSL color Cylindrical-coordinate representation of color #AA677C: hue angle of 341.19º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA677C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 124 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.33 |
| HSL | 341.19º | 0.28% | 0.54% | - |
| HSV(B) | 341.19º | 0.39% | 0.67% | - |
| XYZ | 25.07 | 19.7 | 21.55 | - |
| YUV | 125.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 124 | 0 | 0.39 | 0.27 | 0.33 | 341.19 | 0.28 | 0.54 |
| Hex | AA | 67 | 7C | 0 | 27 | 1B | 21 | 155 | 1C | 36 |
| Octal | 252 | 147 | 174 | 0 | 47 | 33 | 41 | 525 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1111100 | 0 | 100111 | 11011 | 100001 | 101010101 | 11100 | 110110 |
Color Harmonies of #AA677C
Complementary color
Monochromatic Colors of #AA677C
Black with #AA677C
Text Example
Text Example
White with #AA677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA677C; }
p { color: rgb(170,103,124); }
H1.HeaderClassName
{
color: #AA677C;
}
.AnyTagClassName
{
color: #AA677C;
}
</style>
background-color css
<style>
a { background-color: #AA677C; }
a { background-color: rgb(170,103,124); }
div.DivClassName
{
background-color: #AA677C;
}
.BgClassName
{
background-color: #AA677C;
}
</style>
border-color css
<style>
span { border-color: #AA677C; }
span { border-color: rgb(170,103,124); }
td.TdClassName
{
border-color: #AA677C;
}
.TagClassName
{
border-color: #AA677C;
}
</style>