Shades of Tapestry #AE7C8F
Tints of Tapestry #AE7C8F
RGB
CMYK
RGB Variations
Color information
#AE7C8F (or 0xAE7C8F) is known color: Tapestry. HEX triplet: AE, 7C and 8F. RGB value is (174,124,143). Sum of RGB (Red+Green+Blue) = 174+124+143=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C8F is #518370. Grayscale: #8D8D8D. Windows color (decimal): -5342065 or 9403566. OLE color: 9403566.
HSL color Cylindrical-coordinate representation of color #AE7C8F: hue angle of 337.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7C8F is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 143 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.32 |
| HSL | 337.2º | 0.24% | 0.58% | - |
| HSV(B) | 337.2º | 0.29% | 0.68% | - |
| XYZ | 29.62 | 25.4 | 29.33 | - |
| YUV | 141.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 143 | 0 | 0.29 | 0.18 | 0.32 | 337.2 | 0.24 | 0.58 |
| Hex | AE | 7C | 8F | 0 | 1D | 12 | 20 | 151 | 18 | 3A |
| Octal | 256 | 174 | 217 | 0 | 35 | 22 | 40 | 521 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10001111 | 0 | 11101 | 10010 | 100000 | 101010001 | 11000 | 111010 |
Color Harmonies of #AE7C8F
Complementary color
Monochromatic Colors of #AE7C8F
Black with #AE7C8F
Text Example
Text Example
White with #AE7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C8F; }
p { color: rgb(174,124,143); }
H1.HeaderClassName
{
color: #AE7C8F;
}
.AnyTagClassName
{
color: #AE7C8F;
}
</style>
background-color css
<style>
a { background-color: #AE7C8F; }
a { background-color: rgb(174,124,143); }
div.DivClassName
{
background-color: #AE7C8F;
}
.BgClassName
{
background-color: #AE7C8F;
}
</style>
border-color css
<style>
span { border-color: #AE7C8F; }
span { border-color: rgb(174,124,143); }
td.TdClassName
{
border-color: #AE7C8F;
}
.TagClassName
{
border-color: #AE7C8F;
}
</style>