Shades of Tapestry #AE7685
Tints of Tapestry #AE7685
RGB
CMYK
RGB Variations
Color information
#AE7685 (or 0xAE7685) is known color: Tapestry. HEX triplet: AE, 76 and 85. RGB value is (174,118,133). Sum of RGB (Red+Green+Blue) = 174+118+133=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7685 is #51897A. Grayscale: #888888. Windows color (decimal): -5343611 or 8746670. OLE color: 8746670.
HSL color Cylindrical-coordinate representation of color #AE7685: hue angle of 343.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7685 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 133 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.32 |
| HSL | 343.93º | 0.26% | 0.57% | - |
| HSV(B) | 343.93º | 0.32% | 0.68% | - |
| XYZ | 28.17 | 23.65 | 25.27 | - |
| YUV | 136.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 133 | 0 | 0.32 | 0.24 | 0.32 | 343.93 | 0.26 | 0.57 |
| Hex | AE | 76 | 85 | 0 | 20 | 18 | 20 | 158 | 1A | 39 |
| Octal | 256 | 166 | 205 | 0 | 40 | 30 | 40 | 530 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10000101 | 0 | 100000 | 11000 | 100000 | 101011000 | 11010 | 111001 |
Color Harmonies of #AE7685
Complementary color
Monochromatic Colors of #AE7685
Black with #AE7685
Text Example
Text Example
White with #AE7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7685; }
p { color: rgb(174,118,133); }
H1.HeaderClassName
{
color: #AE7685;
}
.AnyTagClassName
{
color: #AE7685;
}
</style>
background-color css
<style>
a { background-color: #AE7685; }
a { background-color: rgb(174,118,133); }
div.DivClassName
{
background-color: #AE7685;
}
.BgClassName
{
background-color: #AE7685;
}
</style>
border-color css
<style>
span { border-color: #AE7685; }
span { border-color: rgb(174,118,133); }
td.TdClassName
{
border-color: #AE7685;
}
.TagClassName
{
border-color: #AE7685;
}
</style>