Shades of Tapestry #AE858C
Tints of Tapestry #AE858C
RGB
CMYK
RGB Variations
Color information
#AE858C (or 0xAE858C) is known color: Tapestry. HEX triplet: AE, 85 and 8C. RGB value is (174,133,140). Sum of RGB (Red+Green+Blue) = 174+133+140=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858C is #517A73. Grayscale: #929292. Windows color (decimal): -5339764 or 9209262. OLE color: 9209262.
HSL color Cylindrical-coordinate representation of color #AE858C: hue angle of 349.76º degrees, saturation: 0.2, 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 #AE858C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 140 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.32 |
| HSL | 349.76º | 0.2% | 0.6% | - |
| HSV(B) | 349.76º | 0.24% | 0.68% | - |
| XYZ | 30.58 | 27.67 | 28.54 | - |
| YUV | 146.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 140 | 0 | 0.24 | 0.20 | 0.32 | 349.76 | 0.2 | 0.6 |
| Hex | AE | 85 | 8C | 0 | 18 | 14 | 20 | 15E | 14 | 3C |
| Octal | 256 | 205 | 214 | 0 | 30 | 24 | 40 | 536 | 24 | 74 |
| Binary | 10101110 | 10000101 | 10001100 | 0 | 11000 | 10100 | 100000 | 101011110 | 10100 | 111100 |
Color Harmonies of #AE858C
Complementary color
Monochromatic Colors of #AE858C
Black with #AE858C
Text Example
Text Example
White with #AE858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE858C; }
p { color: rgb(174,133,140); }
H1.HeaderClassName
{
color: #AE858C;
}
.AnyTagClassName
{
color: #AE858C;
}
</style>
background-color css
<style>
a { background-color: #AE858C; }
a { background-color: rgb(174,133,140); }
div.DivClassName
{
background-color: #AE858C;
}
.BgClassName
{
background-color: #AE858C;
}
</style>
border-color css
<style>
span { border-color: #AE858C; }
span { border-color: rgb(174,133,140); }
td.TdClassName
{
border-color: #AE858C;
}
.TagClassName
{
border-color: #AE858C;
}
</style>