Shades of Tapestry #AE698D
Tints of Tapestry #AE698D
RGB
CMYK
RGB Variations
Color information
#AE698D (or 0xAE698D) is known color: Tapestry. HEX triplet: AE, 69 and 8D. RGB value is (174,105,141). Sum of RGB (Red+Green+Blue) = 174+105+141=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698D is #519672. Grayscale: #818181. Windows color (decimal): -5346931 or 9267630. OLE color: 9267630.
HSL color Cylindrical-coordinate representation of color #AE698D: hue angle of 328.7º 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 #AE698D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 141 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.32 |
| HSL | 328.7º | 0.3% | 0.55% | - |
| HSV(B) | 328.7º | 0.4% | 0.68% | - |
| XYZ | 27.31 | 21.02 | 27.82 | - |
| YUV | 129.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 141 | 0 | 0.40 | 0.19 | 0.32 | 328.7 | 0.3 | 0.55 |
| Hex | AE | 69 | 8D | 0 | 28 | 13 | 20 | 149 | 1E | 37 |
| Octal | 256 | 151 | 215 | 0 | 50 | 23 | 40 | 511 | 36 | 67 |
| Binary | 10101110 | 1101001 | 10001101 | 0 | 101000 | 10011 | 100000 | 101001001 | 11110 | 110111 |
Color Harmonies of #AE698D
Complementary color
Monochromatic Colors of #AE698D
Black with #AE698D
Text Example
Text Example
White with #AE698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE698D; }
p { color: rgb(174,105,141); }
H1.HeaderClassName
{
color: #AE698D;
}
.AnyTagClassName
{
color: #AE698D;
}
</style>
background-color css
<style>
a { background-color: #AE698D; }
a { background-color: rgb(174,105,141); }
div.DivClassName
{
background-color: #AE698D;
}
.BgClassName
{
background-color: #AE698D;
}
</style>
border-color css
<style>
span { border-color: #AE698D; }
span { border-color: rgb(174,105,141); }
td.TdClassName
{
border-color: #AE698D;
}
.TagClassName
{
border-color: #AE698D;
}
</style>