Shades of Tapestry #AE728F
Tints of Tapestry #AE728F
RGB
CMYK
RGB Variations
Color information
#AE728F (or 0xAE728F) is known color: Tapestry. HEX triplet: AE, 72 and 8F. RGB value is (174,114,143). Sum of RGB (Red+Green+Blue) = 174+114+143=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE728F is #518D70. Grayscale: #878787. Windows color (decimal): -5344625 or 9401006. OLE color: 9401006.
HSL color Cylindrical-coordinate representation of color #AE728F: hue angle of 331º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE728F is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 143 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.32 |
| HSL | 331º | 0.27% | 0.56% | - |
| HSV(B) | 331º | 0.34% | 0.68% | - |
| XYZ | 28.43 | 23.02 | 28.93 | - |
| YUV | 135.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 143 | 0 | 0.34 | 0.18 | 0.32 | 331 | 0.27 | 0.56 |
| Hex | AE | 72 | 8F | 0 | 22 | 12 | 20 | 14B | 1B | 38 |
| Octal | 256 | 162 | 217 | 0 | 42 | 22 | 40 | 513 | 33 | 70 |
| Binary | 10101110 | 1110010 | 10001111 | 0 | 100010 | 10010 | 100000 | 101001011 | 11011 | 111000 |
Color Harmonies of #AE728F
Complementary color
Monochromatic Colors of #AE728F
Black with #AE728F
Text Example
Text Example
White with #AE728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE728F; }
p { color: rgb(174,114,143); }
H1.HeaderClassName
{
color: #AE728F;
}
.AnyTagClassName
{
color: #AE728F;
}
</style>
background-color css
<style>
a { background-color: #AE728F; }
a { background-color: rgb(174,114,143); }
div.DivClassName
{
background-color: #AE728F;
}
.BgClassName
{
background-color: #AE728F;
}
</style>
border-color css
<style>
span { border-color: #AE728F; }
span { border-color: rgb(174,114,143); }
td.TdClassName
{
border-color: #AE728F;
}
.TagClassName
{
border-color: #AE728F;
}
</style>