Shades of Tapestry #AE697C
Tints of Tapestry #AE697C
RGB
CMYK
RGB Variations
Color information
#AE697C (or 0xAE697C) is known color: Tapestry. HEX triplet: AE, 69 and 7C. RGB value is (174,105,124). Sum of RGB (Red+Green+Blue) = 174+105+124=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697C is #519683. Grayscale: #7F7F7F. Windows color (decimal): -5346948 or 8153518. OLE color: 8153518.
HSL color Cylindrical-coordinate representation of color #AE697C: hue angle of 343.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE697C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 124 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.32 |
| HSL | 343.48º | 0.3% | 0.55% | - |
| HSV(B) | 343.48º | 0.4% | 0.68% | - |
| XYZ | 26.15 | 20.56 | 21.66 | - |
| YUV | 127.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 124 | 0 | 0.40 | 0.29 | 0.32 | 343.48 | 0.3 | 0.55 |
| Hex | AE | 69 | 7C | 0 | 28 | 1D | 20 | 157 | 1E | 37 |
| Octal | 256 | 151 | 174 | 0 | 50 | 35 | 40 | 527 | 36 | 67 |
| Binary | 10101110 | 1101001 | 1111100 | 0 | 101000 | 11101 | 100000 | 101010111 | 11110 | 110111 |
Color Harmonies of #AE697C
Complementary color
Monochromatic Colors of #AE697C
Black with #AE697C
Text Example
Text Example
White with #AE697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE697C; }
p { color: rgb(174,105,124); }
H1.HeaderClassName
{
color: #AE697C;
}
.AnyTagClassName
{
color: #AE697C;
}
</style>
background-color css
<style>
a { background-color: #AE697C; }
a { background-color: rgb(174,105,124); }
div.DivClassName
{
background-color: #AE697C;
}
.BgClassName
{
background-color: #AE697C;
}
</style>
border-color css
<style>
span { border-color: #AE697C; }
span { border-color: rgb(174,105,124); }
td.TdClassName
{
border-color: #AE697C;
}
.TagClassName
{
border-color: #AE697C;
}
</style>