Shades of Tapestry #AE8086
Tints of Tapestry #AE8086
RGB
CMYK
RGB Variations
Color information
#AE8086 (or 0xAE8086) is known color: Tapestry. HEX triplet: AE, 80 and 86. RGB value is (174,128,134). Sum of RGB (Red+Green+Blue) = 174+128+134=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8086 is #517F79. Grayscale: #8E8E8E. Windows color (decimal): -5341050 or 8814766. OLE color: 8814766.
HSL color Cylindrical-coordinate representation of color #AE8086: hue angle of 352.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8086 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 134 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.32 |
| HSL | 352.17º | 0.22% | 0.59% | - |
| HSV(B) | 352.17º | 0.26% | 0.68% | - |
| XYZ | 29.48 | 26.16 | 26.05 | - |
| YUV | 142.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 134 | 0 | 0.26 | 0.23 | 0.32 | 352.17 | 0.22 | 0.59 |
| Hex | AE | 80 | 86 | 0 | 1A | 17 | 20 | 160 | 16 | 3B |
| Octal | 256 | 200 | 206 | 0 | 32 | 27 | 40 | 540 | 26 | 73 |
| Binary | 10101110 | 10000000 | 10000110 | 0 | 11010 | 10111 | 100000 | 101100000 | 10110 | 111011 |
Color Harmonies of #AE8086
Complementary color
Monochromatic Colors of #AE8086
Black with #AE8086
Text Example
Text Example
White with #AE8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8086; }
p { color: rgb(174,128,134); }
H1.HeaderClassName
{
color: #AE8086;
}
.AnyTagClassName
{
color: #AE8086;
}
</style>
background-color css
<style>
a { background-color: #AE8086; }
a { background-color: rgb(174,128,134); }
div.DivClassName
{
background-color: #AE8086;
}
.BgClassName
{
background-color: #AE8086;
}
</style>
border-color css
<style>
span { border-color: #AE8086; }
span { border-color: rgb(174,128,134); }
td.TdClassName
{
border-color: #AE8086;
}
.TagClassName
{
border-color: #AE8086;
}
</style>