Shades of Tapestry #AE7680
Tints of Tapestry #AE7680
RGB
CMYK
RGB Variations
Color information
#AE7680 (or 0xAE7680) is known color: Tapestry. HEX triplet: AE, 76 and 80. RGB value is (174,118,128). Sum of RGB (Red+Green+Blue) = 174+118+128=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7680 is #51897F. Grayscale: #878787. Windows color (decimal): -5343616 or 8418990. OLE color: 8418990.
HSL color Cylindrical-coordinate representation of color #AE7680: hue angle of 349.29º 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 #AE7680 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 128 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.32 |
| HSL | 349.29º | 0.26% | 0.57% | - |
| HSV(B) | 349.29º | 0.32% | 0.68% | - |
| XYZ | 27.83 | 23.51 | 23.49 | - |
| YUV | 135.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 128 | 0 | 0.32 | 0.26 | 0.32 | 349.29 | 0.26 | 0.57 |
| Hex | AE | 76 | 80 | 0 | 20 | 1A | 20 | 15D | 1A | 39 |
| Octal | 256 | 166 | 200 | 0 | 40 | 32 | 40 | 535 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10000000 | 0 | 100000 | 11010 | 100000 | 101011101 | 11010 | 111001 |
Color Harmonies of #AE7680
Complementary color
Monochromatic Colors of #AE7680
Black with #AE7680
Text Example
Text Example
White with #AE7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7680; }
p { color: rgb(174,118,128); }
H1.HeaderClassName
{
color: #AE7680;
}
.AnyTagClassName
{
color: #AE7680;
}
</style>
background-color css
<style>
a { background-color: #AE7680; }
a { background-color: rgb(174,118,128); }
div.DivClassName
{
background-color: #AE7680;
}
.BgClassName
{
background-color: #AE7680;
}
</style>
border-color css
<style>
span { border-color: #AE7680; }
span { border-color: rgb(174,118,128); }
td.TdClassName
{
border-color: #AE7680;
}
.TagClassName
{
border-color: #AE7680;
}
</style>