Shades of Tapestry #AE858B
Tints of Tapestry #AE858B
RGB
CMYK
RGB Variations
Color information
#AE858B (or 0xAE858B) is known color: Tapestry. HEX triplet: AE, 85 and 8B. RGB value is (174,133,139). Sum of RGB (Red+Green+Blue) = 174+133+139=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858B is #517A74. Grayscale: #919191. Windows color (decimal): -5339765 or 9143726. OLE color: 9143726.
HSL color Cylindrical-coordinate representation of color #AE858B: hue angle of 351.22º 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 #AE858B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 139 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.32 |
| HSL | 351.22º | 0.2% | 0.6% | - |
| HSV(B) | 351.22º | 0.24% | 0.68% | - |
| XYZ | 30.5 | 27.64 | 28.15 | - |
| YUV | 145.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 139 | 0 | 0.24 | 0.20 | 0.32 | 351.22 | 0.2 | 0.6 |
| Hex | AE | 85 | 8B | 0 | 18 | 14 | 20 | 15F | 14 | 3C |
| Octal | 256 | 205 | 213 | 0 | 30 | 24 | 40 | 537 | 24 | 74 |
| Binary | 10101110 | 10000101 | 10001011 | 0 | 11000 | 10100 | 100000 | 101011111 | 10100 | 111100 |
Color Harmonies of #AE858B
Complementary color
Monochromatic Colors of #AE858B
Black with #AE858B
Text Example
Text Example
White with #AE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE858B; }
p { color: rgb(174,133,139); }
H1.HeaderClassName
{
color: #AE858B;
}
.AnyTagClassName
{
color: #AE858B;
}
</style>
background-color css
<style>
a { background-color: #AE858B; }
a { background-color: rgb(174,133,139); }
div.DivClassName
{
background-color: #AE858B;
}
.BgClassName
{
background-color: #AE858B;
}
</style>
border-color css
<style>
span { border-color: #AE858B; }
span { border-color: rgb(174,133,139); }
td.TdClassName
{
border-color: #AE858B;
}
.TagClassName
{
border-color: #AE858B;
}
</style>