Shades of Tapestry #AE627E
Tints of Tapestry #AE627E
RGB
CMYK
RGB Variations
Color information
#AE627E (or 0xAE627E) is known color: Tapestry. HEX triplet: AE, 62 and 7E. RGB value is (174,98,126). Sum of RGB (Red+Green+Blue) = 174+98+126=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE627E is #519D81. Grayscale: #7B7B7B. Windows color (decimal): -5348738 or 8282798. OLE color: 8282798.
HSL color Cylindrical-coordinate representation of color #AE627E: hue angle of 337.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE627E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 126 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.32 |
| HSL | 337.89º | 0.32% | 0.53% | - |
| HSV(B) | 337.89º | 0.44% | 0.68% | - |
| XYZ | 25.59 | 19.24 | 22.1 | - |
| YUV | 123.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 126 | 0 | 0.44 | 0.28 | 0.32 | 337.89 | 0.32 | 0.53 |
| Hex | AE | 62 | 7E | 0 | 2C | 1C | 20 | 152 | 20 | 35 |
| Octal | 256 | 142 | 176 | 0 | 54 | 34 | 40 | 522 | 40 | 65 |
| Binary | 10101110 | 1100010 | 1111110 | 0 | 101100 | 11100 | 100000 | 101010010 | 100000 | 110101 |
Color Harmonies of #AE627E
Complementary color
Monochromatic Colors of #AE627E
Black with #AE627E
Text Example
Text Example
White with #AE627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE627E; }
p { color: rgb(174,98,126); }
H1.HeaderClassName
{
color: #AE627E;
}
.AnyTagClassName
{
color: #AE627E;
}
</style>
background-color css
<style>
a { background-color: #AE627E; }
a { background-color: rgb(174,98,126); }
div.DivClassName
{
background-color: #AE627E;
}
.BgClassName
{
background-color: #AE627E;
}
</style>
border-color css
<style>
span { border-color: #AE627E; }
span { border-color: rgb(174,98,126); }
td.TdClassName
{
border-color: #AE627E;
}
.TagClassName
{
border-color: #AE627E;
}
</style>