Shades of Tapestry #AE7E8F
Tints of Tapestry #AE7E8F
RGB
CMYK
RGB Variations
Color information
#AE7E8F (or 0xAE7E8F) is known color: Tapestry. HEX triplet: AE, 7E and 8F. RGB value is (174,126,143). Sum of RGB (Red+Green+Blue) = 174+126+143=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E8F is #518170. Grayscale: #8E8E8E. Windows color (decimal): -5341553 or 9404078. OLE color: 9404078.
HSL color Cylindrical-coordinate representation of color #AE7E8F: hue angle of 338.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7E8F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 143 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.32 |
| HSL | 338.75º | 0.23% | 0.59% | - |
| HSV(B) | 338.75º | 0.28% | 0.68% | - |
| XYZ | 29.87 | 25.9 | 29.41 | - |
| YUV | 142.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 143 | 0 | 0.28 | 0.18 | 0.32 | 338.75 | 0.23 | 0.59 |
| Hex | AE | 7E | 8F | 0 | 1C | 12 | 20 | 153 | 17 | 3B |
| Octal | 256 | 176 | 217 | 0 | 34 | 22 | 40 | 523 | 27 | 73 |
| Binary | 10101110 | 1111110 | 10001111 | 0 | 11100 | 10010 | 100000 | 101010011 | 10111 | 111011 |
Color Harmonies of #AE7E8F
Complementary color
Monochromatic Colors of #AE7E8F
Black with #AE7E8F
Text Example
Text Example
White with #AE7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E8F; }
p { color: rgb(174,126,143); }
H1.HeaderClassName
{
color: #AE7E8F;
}
.AnyTagClassName
{
color: #AE7E8F;
}
</style>
background-color css
<style>
a { background-color: #AE7E8F; }
a { background-color: rgb(174,126,143); }
div.DivClassName
{
background-color: #AE7E8F;
}
.BgClassName
{
background-color: #AE7E8F;
}
</style>
border-color css
<style>
span { border-color: #AE7E8F; }
span { border-color: rgb(174,126,143); }
td.TdClassName
{
border-color: #AE7E8F;
}
.TagClassName
{
border-color: #AE7E8F;
}
</style>