Shades of Tapestry #AE7F8C
Tints of Tapestry #AE7F8C
RGB
CMYK
RGB Variations
Color information
#AE7F8C (or 0xAE7F8C) is known color: Tapestry. HEX triplet: AE, 7F and 8C. RGB value is (174,127,140). Sum of RGB (Red+Green+Blue) = 174+127+140=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F8C is #518073. Grayscale: #8E8E8E. Windows color (decimal): -5341300 or 9207726. OLE color: 9207726.
HSL color Cylindrical-coordinate representation of color #AE7F8C: hue angle of 343.4º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7F8C is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 127 | 140 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.32 |
| HSL | 343.4º | 0.22% | 0.59% | - |
| HSV(B) | 343.4º | 0.27% | 0.68% | - |
| XYZ | 29.78 | 26.07 | 28.27 | - |
| YUV | 142.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 140 | 0 | 0.27 | 0.20 | 0.32 | 343.4 | 0.22 | 0.59 |
| Hex | AE | 7F | 8C | 0 | 1B | 14 | 20 | 157 | 16 | 3B |
| Octal | 256 | 177 | 214 | 0 | 33 | 24 | 40 | 527 | 26 | 73 |
| Binary | 10101110 | 1111111 | 10001100 | 0 | 11011 | 10100 | 100000 | 101010111 | 10110 | 111011 |
Color Harmonies of #AE7F8C
Complementary color
Monochromatic Colors of #AE7F8C
Black with #AE7F8C
Text Example
Text Example
White with #AE7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7F8C; }
p { color: rgb(174,127,140); }
H1.HeaderClassName
{
color: #AE7F8C;
}
.AnyTagClassName
{
color: #AE7F8C;
}
</style>
background-color css
<style>
a { background-color: #AE7F8C; }
a { background-color: rgb(174,127,140); }
div.DivClassName
{
background-color: #AE7F8C;
}
.BgClassName
{
background-color: #AE7F8C;
}
</style>
border-color css
<style>
span { border-color: #AE7F8C; }
span { border-color: rgb(174,127,140); }
td.TdClassName
{
border-color: #AE7F8C;
}
.TagClassName
{
border-color: #AE7F8C;
}
</style>