Shades of Tapestry #AE6F86
Tints of Tapestry #AE6F86
RGB
CMYK
RGB Variations
Color information
#AE6F86 (or 0xAE6F86) is known color: Tapestry. HEX triplet: AE, 6F and 86. RGB value is (174,111,134). Sum of RGB (Red+Green+Blue) = 174+111+134=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F86 is #519079. Grayscale: #848484. Windows color (decimal): -5345402 or 8810414. OLE color: 8810414.
HSL color Cylindrical-coordinate representation of color #AE6F86: hue angle of 338.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F86 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 134 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.32 |
| HSL | 338.1º | 0.28% | 0.56% | - |
| HSV(B) | 338.1º | 0.36% | 0.68% | - |
| XYZ | 27.44 | 22.09 | 25.37 | - |
| YUV | 132.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 134 | 0 | 0.36 | 0.23 | 0.32 | 338.1 | 0.28 | 0.56 |
| Hex | AE | 6F | 86 | 0 | 24 | 17 | 20 | 152 | 1C | 38 |
| Octal | 256 | 157 | 206 | 0 | 44 | 27 | 40 | 522 | 34 | 70 |
| Binary | 10101110 | 1101111 | 10000110 | 0 | 100100 | 10111 | 100000 | 101010010 | 11100 | 111000 |
Color Harmonies of #AE6F86
Complementary color
Monochromatic Colors of #AE6F86
Black with #AE6F86
Text Example
Text Example
White with #AE6F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F86; }
p { color: rgb(174,111,134); }
H1.HeaderClassName
{
color: #AE6F86;
}
.AnyTagClassName
{
color: #AE6F86;
}
</style>
background-color css
<style>
a { background-color: #AE6F86; }
a { background-color: rgb(174,111,134); }
div.DivClassName
{
background-color: #AE6F86;
}
.BgClassName
{
background-color: #AE6F86;
}
</style>
border-color css
<style>
span { border-color: #AE6F86; }
span { border-color: rgb(174,111,134); }
td.TdClassName
{
border-color: #AE6F86;
}
.TagClassName
{
border-color: #AE6F86;
}
</style>