Shades of Tapestry #AE8186
Tints of Tapestry #AE8186
RGB
CMYK
RGB Variations
Color information
#AE8186 (or 0xAE8186) is known color: Tapestry. HEX triplet: AE, 81 and 86. RGB value is (174,129,134). Sum of RGB (Red+Green+Blue) = 174+129+134=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8186 is #517E79. Grayscale: #8F8F8F. Windows color (decimal): -5340794 or 8815022. OLE color: 8815022.
HSL color Cylindrical-coordinate representation of color #AE8186: hue angle of 353.33º 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 #AE8186 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 134 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.32 |
| HSL | 353.33º | 0.22% | 0.59% | - |
| HSV(B) | 353.33º | 0.26% | 0.68% | - |
| XYZ | 29.61 | 26.42 | 26.09 | - |
| YUV | 143.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 134 | 0 | 0.26 | 0.23 | 0.32 | 353.33 | 0.22 | 0.59 |
| Hex | AE | 81 | 86 | 0 | 1A | 17 | 20 | 161 | 16 | 3B |
| Octal | 256 | 201 | 206 | 0 | 32 | 27 | 40 | 541 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10000110 | 0 | 11010 | 10111 | 100000 | 101100001 | 10110 | 111011 |
Color Harmonies of #AE8186
Complementary color
Monochromatic Colors of #AE8186
Black with #AE8186
Text Example
Text Example
White with #AE8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8186; }
p { color: rgb(174,129,134); }
H1.HeaderClassName
{
color: #AE8186;
}
.AnyTagClassName
{
color: #AE8186;
}
</style>
background-color css
<style>
a { background-color: #AE8186; }
a { background-color: rgb(174,129,134); }
div.DivClassName
{
background-color: #AE8186;
}
.BgClassName
{
background-color: #AE8186;
}
</style>
border-color css
<style>
span { border-color: #AE8186; }
span { border-color: rgb(174,129,134); }
td.TdClassName
{
border-color: #AE8186;
}
.TagClassName
{
border-color: #AE8186;
}
</style>