Shades of Tapestry #AE687E
Tints of Tapestry #AE687E
RGB
CMYK
RGB Variations
Color information
#AE687E (or 0xAE687E) is known color: Tapestry. HEX triplet: AE, 68 and 7E. RGB value is (174,104,126). Sum of RGB (Red+Green+Blue) = 174+104+126=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE687E is #519781. Grayscale: #7F7F7F. Windows color (decimal): -5347202 or 8284334. OLE color: 8284334.
HSL color Cylindrical-coordinate representation of color #AE687E: hue angle of 341.14º 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 #AE687E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 126 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.32 |
| HSL | 341.14º | 0.3% | 0.55% | - |
| HSV(B) | 341.14º | 0.4% | 0.68% | - |
| XYZ | 26.17 | 20.41 | 22.3 | - |
| YUV | 127.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 126 | 0 | 0.40 | 0.28 | 0.32 | 341.14 | 0.3 | 0.55 |
| Hex | AE | 68 | 7E | 0 | 28 | 1C | 20 | 155 | 1E | 37 |
| Octal | 256 | 150 | 176 | 0 | 50 | 34 | 40 | 525 | 36 | 67 |
| Binary | 10101110 | 1101000 | 1111110 | 0 | 101000 | 11100 | 100000 | 101010101 | 11110 | 110111 |
Color Harmonies of #AE687E
Complementary color
Monochromatic Colors of #AE687E
Black with #AE687E
Text Example
Text Example
White with #AE687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE687E; }
p { color: rgb(174,104,126); }
H1.HeaderClassName
{
color: #AE687E;
}
.AnyTagClassName
{
color: #AE687E;
}
</style>
background-color css
<style>
a { background-color: #AE687E; }
a { background-color: rgb(174,104,126); }
div.DivClassName
{
background-color: #AE687E;
}
.BgClassName
{
background-color: #AE687E;
}
</style>
border-color css
<style>
span { border-color: #AE687E; }
span { border-color: rgb(174,104,126); }
td.TdClassName
{
border-color: #AE687E;
}
.TagClassName
{
border-color: #AE687E;
}
</style>