Shades of Tapestry #AE7F86
Tints of Tapestry #AE7F86
RGB
CMYK
RGB Variations
Color information
#AE7F86 (or 0xAE7F86) is known color: Tapestry. HEX triplet: AE, 7F and 86. RGB value is (174,127,134). Sum of RGB (Red+Green+Blue) = 174+127+134=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F86 is #518079. Grayscale: #8D8D8D. Windows color (decimal): -5341306 or 8814510. OLE color: 8814510.
HSL color Cylindrical-coordinate representation of color #AE7F86: hue angle of 351.06º 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 #AE7F86 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 127 | 134 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.32 |
| HSL | 351.06º | 0.22% | 0.59% | - |
| HSV(B) | 351.06º | 0.27% | 0.68% | - |
| XYZ | 29.35 | 25.9 | 26.01 | - |
| YUV | 141.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 134 | 0 | 0.27 | 0.23 | 0.32 | 351.06 | 0.22 | 0.59 |
| Hex | AE | 7F | 86 | 0 | 1B | 17 | 20 | 15F | 16 | 3B |
| Octal | 256 | 177 | 206 | 0 | 33 | 27 | 40 | 537 | 26 | 73 |
| Binary | 10101110 | 1111111 | 10000110 | 0 | 11011 | 10111 | 100000 | 101011111 | 10110 | 111011 |
Color Harmonies of #AE7F86
Complementary color
Monochromatic Colors of #AE7F86
Black with #AE7F86
Text Example
Text Example
White with #AE7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7F86; }
p { color: rgb(174,127,134); }
H1.HeaderClassName
{
color: #AE7F86;
}
.AnyTagClassName
{
color: #AE7F86;
}
</style>
background-color css
<style>
a { background-color: #AE7F86; }
a { background-color: rgb(174,127,134); }
div.DivClassName
{
background-color: #AE7F86;
}
.BgClassName
{
background-color: #AE7F86;
}
</style>
border-color css
<style>
span { border-color: #AE7F86; }
span { border-color: rgb(174,127,134); }
td.TdClassName
{
border-color: #AE7F86;
}
.TagClassName
{
border-color: #AE7F86;
}
</style>