Shades of Tapestry #AE628B
Tints of Tapestry #AE628B
RGB
CMYK
RGB Variations
Color information
#AE628B (or 0xAE628B) is known color: Tapestry. HEX triplet: AE, 62 and 8B. RGB value is (174,98,139). Sum of RGB (Red+Green+Blue) = 174+98+139=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE628B is #519D74. Grayscale: #7D7D7D. Windows color (decimal): -5348725 or 9134766. OLE color: 9134766.
HSL color Cylindrical-coordinate representation of color #AE628B: hue angle of 327.63º 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 #AE628B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 139 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.32 |
| HSL | 327.63º | 0.32% | 0.53% | - |
| HSV(B) | 327.63º | 0.44% | 0.68% | - |
| XYZ | 26.48 | 19.6 | 26.81 | - |
| YUV | 125.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 139 | 0 | 0.44 | 0.20 | 0.32 | 327.63 | 0.32 | 0.53 |
| Hex | AE | 62 | 8B | 0 | 2C | 14 | 20 | 148 | 20 | 35 |
| Octal | 256 | 142 | 213 | 0 | 54 | 24 | 40 | 510 | 40 | 65 |
| Binary | 10101110 | 1100010 | 10001011 | 0 | 101100 | 10100 | 100000 | 101001000 | 100000 | 110101 |
Color Harmonies of #AE628B
Complementary color
Monochromatic Colors of #AE628B
Black with #AE628B
Text Example
Text Example
White with #AE628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE628B; }
p { color: rgb(174,98,139); }
H1.HeaderClassName
{
color: #AE628B;
}
.AnyTagClassName
{
color: #AE628B;
}
</style>
background-color css
<style>
a { background-color: #AE628B; }
a { background-color: rgb(174,98,139); }
div.DivClassName
{
background-color: #AE628B;
}
.BgClassName
{
background-color: #AE628B;
}
</style>
border-color css
<style>
span { border-color: #AE628B; }
span { border-color: rgb(174,98,139); }
td.TdClassName
{
border-color: #AE628B;
}
.TagClassName
{
border-color: #AE628B;
}
</style>