Shades of Tapestry #AE698F
Tints of Tapestry #AE698F
RGB
CMYK
RGB Variations
Color information
#AE698F (or 0xAE698F) is known color: Tapestry. HEX triplet: AE, 69 and 8F. RGB value is (174,105,143). Sum of RGB (Red+Green+Blue) = 174+105+143=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698F is #519670. Grayscale: #818181. Windows color (decimal): -5346929 or 9398702. OLE color: 9398702.
HSL color Cylindrical-coordinate representation of color #AE698F: hue angle of 326.96º 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 #AE698F is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 143 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.32 |
| HSL | 326.96º | 0.3% | 0.55% | - |
| HSV(B) | 326.96º | 0.4% | 0.68% | - |
| XYZ | 27.47 | 21.08 | 28.61 | - |
| YUV | 129.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 143 | 0 | 0.40 | 0.18 | 0.32 | 326.96 | 0.3 | 0.55 |
| Hex | AE | 69 | 8F | 0 | 28 | 12 | 20 | 147 | 1E | 37 |
| Octal | 256 | 151 | 217 | 0 | 50 | 22 | 40 | 507 | 36 | 67 |
| Binary | 10101110 | 1101001 | 10001111 | 0 | 101000 | 10010 | 100000 | 101000111 | 11110 | 110111 |
Color Harmonies of #AE698F
Complementary color
Monochromatic Colors of #AE698F
Black with #AE698F
Text Example
Text Example
White with #AE698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE698F; }
p { color: rgb(174,105,143); }
H1.HeaderClassName
{
color: #AE698F;
}
.AnyTagClassName
{
color: #AE698F;
}
</style>
background-color css
<style>
a { background-color: #AE698F; }
a { background-color: rgb(174,105,143); }
div.DivClassName
{
background-color: #AE698F;
}
.BgClassName
{
background-color: #AE698F;
}
</style>
border-color css
<style>
span { border-color: #AE698F; }
span { border-color: rgb(174,105,143); }
td.TdClassName
{
border-color: #AE698F;
}
.TagClassName
{
border-color: #AE698F;
}
</style>