Shades of Tapestry #AE6884
Tints of Tapestry #AE6884
RGB
CMYK
RGB Variations
Color information
#AE6884 (or 0xAE6884) is known color: Tapestry. HEX triplet: AE, 68 and 84. RGB value is (174,104,132). Sum of RGB (Red+Green+Blue) = 174+104+132=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6884 is #51977B. Grayscale: #808080. Windows color (decimal): -5347196 or 8677550. OLE color: 8677550.
HSL color Cylindrical-coordinate representation of color #AE6884: hue angle of 336º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6884 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 132 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.32 |
| HSL | 336º | 0.3% | 0.55% | - |
| HSV(B) | 336º | 0.4% | 0.68% | - |
| XYZ | 26.57 | 20.57 | 24.4 | - |
| YUV | 128.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 132 | 0 | 0.40 | 0.24 | 0.32 | 336 | 0.3 | 0.55 |
| Hex | AE | 68 | 84 | 0 | 28 | 18 | 20 | 150 | 1E | 37 |
| Octal | 256 | 150 | 204 | 0 | 50 | 30 | 40 | 520 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10000100 | 0 | 101000 | 11000 | 100000 | 101010000 | 11110 | 110111 |
Color Harmonies of #AE6884
Complementary color
Monochromatic Colors of #AE6884
Black with #AE6884
Text Example
Text Example
White with #AE6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6884; }
p { color: rgb(174,104,132); }
H1.HeaderClassName
{
color: #AE6884;
}
.AnyTagClassName
{
color: #AE6884;
}
</style>
background-color css
<style>
a { background-color: #AE6884; }
a { background-color: rgb(174,104,132); }
div.DivClassName
{
background-color: #AE6884;
}
.BgClassName
{
background-color: #AE6884;
}
</style>
border-color css
<style>
span { border-color: #AE6884; }
span { border-color: rgb(174,104,132); }
td.TdClassName
{
border-color: #AE6884;
}
.TagClassName
{
border-color: #AE6884;
}
</style>