Shades of Tapestry #AE6E8B
Tints of Tapestry #AE6E8B
RGB
CMYK
RGB Variations
Color information
#AE6E8B (or 0xAE6E8B) is known color: Tapestry. HEX triplet: AE, 6E and 8B. RGB value is (174,110,139). Sum of RGB (Red+Green+Blue) = 174+110+139=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6E8B is #519174. Grayscale: #848484. Windows color (decimal): -5345653 or 9137838. OLE color: 9137838.
HSL color Cylindrical-coordinate representation of color #AE6E8B: hue angle of 332.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E8B is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 139 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.32 |
| HSL | 332.81º | 0.28% | 0.56% | - |
| HSV(B) | 332.81º | 0.37% | 0.68% | - |
| XYZ | 27.69 | 22.01 | 27.22 | - |
| YUV | 132.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 139 | 0 | 0.37 | 0.20 | 0.32 | 332.81 | 0.28 | 0.56 |
| Hex | AE | 6E | 8B | 0 | 25 | 14 | 20 | 14D | 1C | 38 |
| Octal | 256 | 156 | 213 | 0 | 45 | 24 | 40 | 515 | 34 | 70 |
| Binary | 10101110 | 1101110 | 10001011 | 0 | 100101 | 10100 | 100000 | 101001101 | 11100 | 111000 |
Color Harmonies of #AE6E8B
Complementary color
Monochromatic Colors of #AE6E8B
Black with #AE6E8B
Text Example
Text Example
White with #AE6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E8B; }
p { color: rgb(174,110,139); }
H1.HeaderClassName
{
color: #AE6E8B;
}
.AnyTagClassName
{
color: #AE6E8B;
}
</style>
background-color css
<style>
a { background-color: #AE6E8B; }
a { background-color: rgb(174,110,139); }
div.DivClassName
{
background-color: #AE6E8B;
}
.BgClassName
{
background-color: #AE6E8B;
}
</style>
border-color css
<style>
span { border-color: #AE6E8B; }
span { border-color: rgb(174,110,139); }
td.TdClassName
{
border-color: #AE6E8B;
}
.TagClassName
{
border-color: #AE6E8B;
}
</style>