Shades of Tapestry #AE718B
Tints of Tapestry #AE718B
RGB
CMYK
RGB Variations
Color information
#AE718B (or 0xAE718B) is known color: Tapestry. HEX triplet: AE, 71 and 8B. RGB value is (174,113,139). Sum of RGB (Red+Green+Blue) = 174+113+139=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE718B is #518E74. Grayscale: #868686. Windows color (decimal): -5344885 or 9138606. OLE color: 9138606.
HSL color Cylindrical-coordinate representation of color #AE718B: hue angle of 334.43º 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 #AE718B is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 139 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.32 |
| HSL | 334.43º | 0.27% | 0.56% | - |
| HSV(B) | 334.43º | 0.35% | 0.68% | - |
| XYZ | 28.02 | 22.67 | 27.33 | - |
| YUV | 134.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 139 | 0 | 0.35 | 0.20 | 0.32 | 334.43 | 0.27 | 0.56 |
| Hex | AE | 71 | 8B | 0 | 23 | 14 | 20 | 14E | 1B | 38 |
| Octal | 256 | 161 | 213 | 0 | 43 | 24 | 40 | 516 | 33 | 70 |
| Binary | 10101110 | 1110001 | 10001011 | 0 | 100011 | 10100 | 100000 | 101001110 | 11011 | 111000 |
Color Harmonies of #AE718B
Complementary color
Monochromatic Colors of #AE718B
Black with #AE718B
Text Example
Text Example
White with #AE718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE718B; }
p { color: rgb(174,113,139); }
H1.HeaderClassName
{
color: #AE718B;
}
.AnyTagClassName
{
color: #AE718B;
}
</style>
background-color css
<style>
a { background-color: #AE718B; }
a { background-color: rgb(174,113,139); }
div.DivClassName
{
background-color: #AE718B;
}
.BgClassName
{
background-color: #AE718B;
}
</style>
border-color css
<style>
span { border-color: #AE718B; }
span { border-color: rgb(174,113,139); }
td.TdClassName
{
border-color: #AE718B;
}
.TagClassName
{
border-color: #AE718B;
}
</style>