Shades of Tapestry #AE6C8F
Tints of Tapestry #AE6C8F
RGB
CMYK
RGB Variations
Color information
#AE6C8F (or 0xAE6C8F) is known color: Tapestry. HEX triplet: AE, 6C and 8F. RGB value is (174,108,143). Sum of RGB (Red+Green+Blue) = 174+108+143=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C8F is #519370. Grayscale: #838383. Windows color (decimal): -5346161 or 9399470. OLE color: 9399470.
HSL color Cylindrical-coordinate representation of color #AE6C8F: hue angle of 328.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C8F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 143 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.32 |
| HSL | 328.18º | 0.29% | 0.55% | - |
| HSV(B) | 328.18º | 0.38% | 0.68% | - |
| XYZ | 27.78 | 21.71 | 28.71 | - |
| YUV | 131.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 143 | 0 | 0.38 | 0.18 | 0.32 | 328.18 | 0.29 | 0.55 |
| Hex | AE | 6C | 8F | 0 | 26 | 12 | 20 | 148 | 1D | 37 |
| Octal | 256 | 154 | 217 | 0 | 46 | 22 | 40 | 510 | 35 | 67 |
| Binary | 10101110 | 1101100 | 10001111 | 0 | 100110 | 10010 | 100000 | 101001000 | 11101 | 110111 |
Color Harmonies of #AE6C8F
Complementary color
Monochromatic Colors of #AE6C8F
Black with #AE6C8F
Text Example
Text Example
White with #AE6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C8F; }
p { color: rgb(174,108,143); }
H1.HeaderClassName
{
color: #AE6C8F;
}
.AnyTagClassName
{
color: #AE6C8F;
}
</style>
background-color css
<style>
a { background-color: #AE6C8F; }
a { background-color: rgb(174,108,143); }
div.DivClassName
{
background-color: #AE6C8F;
}
.BgClassName
{
background-color: #AE6C8F;
}
</style>
border-color css
<style>
span { border-color: #AE6C8F; }
span { border-color: rgb(174,108,143); }
td.TdClassName
{
border-color: #AE6C8F;
}
.TagClassName
{
border-color: #AE6C8F;
}
</style>