Shades of Tapestry #AE718F
Tints of Tapestry #AE718F
RGB
CMYK
RGB Variations
Color information
#AE718F (or 0xAE718F) is known color: Tapestry. HEX triplet: AE, 71 and 8F. RGB value is (174,113,143). Sum of RGB (Red+Green+Blue) = 174+113+143=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE718F is #518E70. Grayscale: #868686. Windows color (decimal): -5344881 or 9400750. OLE color: 9400750.
HSL color Cylindrical-coordinate representation of color #AE718F: hue angle of 330.49º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE718F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 143 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.32 |
| HSL | 330.49º | 0.27% | 0.56% | - |
| HSV(B) | 330.49º | 0.35% | 0.68% | - |
| XYZ | 28.32 | 22.79 | 28.89 | - |
| YUV | 134.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 143 | 0 | 0.35 | 0.18 | 0.32 | 330.49 | 0.27 | 0.56 |
| Hex | AE | 71 | 8F | 0 | 23 | 12 | 20 | 14A | 1B | 38 |
| Octal | 256 | 161 | 217 | 0 | 43 | 22 | 40 | 512 | 33 | 70 |
| Binary | 10101110 | 1110001 | 10001111 | 0 | 100011 | 10010 | 100000 | 101001010 | 11011 | 111000 |
Color Harmonies of #AE718F
Complementary color
Monochromatic Colors of #AE718F
Black with #AE718F
Text Example
Text Example
White with #AE718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE718F; }
p { color: rgb(174,113,143); }
H1.HeaderClassName
{
color: #AE718F;
}
.AnyTagClassName
{
color: #AE718F;
}
</style>
background-color css
<style>
a { background-color: #AE718F; }
a { background-color: rgb(174,113,143); }
div.DivClassName
{
background-color: #AE718F;
}
.BgClassName
{
background-color: #AE718F;
}
</style>
border-color css
<style>
span { border-color: #AE718F; }
span { border-color: rgb(174,113,143); }
td.TdClassName
{
border-color: #AE718F;
}
.TagClassName
{
border-color: #AE718F;
}
</style>