Shades of Tapestry #AE758F
Tints of Tapestry #AE758F
RGB
CMYK
RGB Variations
Color information
#AE758F (or 0xAE758F) is known color: Tapestry. HEX triplet: AE, 75 and 8F. RGB value is (174,117,143). Sum of RGB (Red+Green+Blue) = 174+117+143=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758F is #518A70. Grayscale: #888888. Windows color (decimal): -5343857 or 9401774. OLE color: 9401774.
HSL color Cylindrical-coordinate representation of color #AE758F: hue angle of 332.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE758F is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 143 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.32 |
| HSL | 332.63º | 0.26% | 0.57% | - |
| HSV(B) | 332.63º | 0.33% | 0.68% | - |
| XYZ | 28.77 | 23.7 | 29.05 | - |
| YUV | 137.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 143 | 0 | 0.33 | 0.18 | 0.32 | 332.63 | 0.26 | 0.57 |
| Hex | AE | 75 | 8F | 0 | 21 | 12 | 20 | 14D | 1A | 39 |
| Octal | 256 | 165 | 217 | 0 | 41 | 22 | 40 | 515 | 32 | 71 |
| Binary | 10101110 | 1110101 | 10001111 | 0 | 100001 | 10010 | 100000 | 101001101 | 11010 | 111001 |
Color Harmonies of #AE758F
Complementary color
Monochromatic Colors of #AE758F
Black with #AE758F
Text Example
Text Example
White with #AE758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE758F; }
p { color: rgb(174,117,143); }
H1.HeaderClassName
{
color: #AE758F;
}
.AnyTagClassName
{
color: #AE758F;
}
</style>
background-color css
<style>
a { background-color: #AE758F; }
a { background-color: rgb(174,117,143); }
div.DivClassName
{
background-color: #AE758F;
}
.BgClassName
{
background-color: #AE758F;
}
</style>
border-color css
<style>
span { border-color: #AE758F; }
span { border-color: rgb(174,117,143); }
td.TdClassName
{
border-color: #AE758F;
}
.TagClassName
{
border-color: #AE758F;
}
</style>