Shades of Tapestry #AE8492
Tints of Tapestry #AE8492
RGB
CMYK
RGB Variations
Color information
#AE8492 (or 0xAE8492) is known color: Tapestry. HEX triplet: AE, 84 and 92. RGB value is (174,132,146). Sum of RGB (Red+Green+Blue) = 174+132+146=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8492 is #517B6D. Grayscale: #929292. Windows color (decimal): -5340014 or 9602222. OLE color: 9602222.
HSL color Cylindrical-coordinate representation of color #AE8492: hue angle of 340º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8492 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 146 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.32 |
| HSL | 340º | 0.21% | 0.6% | - |
| HSV(B) | 340º | 0.24% | 0.68% | - |
| XYZ | 30.9 | 27.58 | 30.89 | - |
| YUV | 146.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 146 | 0 | 0.24 | 0.16 | 0.32 | 340 | 0.21 | 0.6 |
| Hex | AE | 84 | 92 | 0 | 18 | 10 | 20 | 154 | 15 | 3C |
| Octal | 256 | 204 | 222 | 0 | 30 | 20 | 40 | 524 | 25 | 74 |
| Binary | 10101110 | 10000100 | 10010010 | 0 | 11000 | 10000 | 100000 | 101010100 | 10101 | 111100 |
Color Harmonies of #AE8492
Complementary color
Monochromatic Colors of #AE8492
Black with #AE8492
Text Example
Text Example
White with #AE8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8492; }
p { color: rgb(174,132,146); }
H1.HeaderClassName
{
color: #AE8492;
}
.AnyTagClassName
{
color: #AE8492;
}
</style>
background-color css
<style>
a { background-color: #AE8492; }
a { background-color: rgb(174,132,146); }
div.DivClassName
{
background-color: #AE8492;
}
.BgClassName
{
background-color: #AE8492;
}
</style>
border-color css
<style>
span { border-color: #AE8492; }
span { border-color: rgb(174,132,146); }
td.TdClassName
{
border-color: #AE8492;
}
.TagClassName
{
border-color: #AE8492;
}
</style>