Shades of Tapestry #AE7681
Tints of Tapestry #AE7681
RGB
CMYK
RGB Variations
Color information
#AE7681 (or 0xAE7681) is known color: Tapestry. HEX triplet: AE, 76 and 81. RGB value is (174,118,129). Sum of RGB (Red+Green+Blue) = 174+118+129=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7681 is #51897E. Grayscale: #888888. Windows color (decimal): -5343615 or 8484526. OLE color: 8484526.
HSL color Cylindrical-coordinate representation of color #AE7681: hue angle of 348.21º 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 #AE7681 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 129 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.32 |
| HSL | 348.21º | 0.26% | 0.57% | - |
| HSV(B) | 348.21º | 0.32% | 0.68% | - |
| XYZ | 27.9 | 23.54 | 23.84 | - |
| YUV | 136 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 129 | 0 | 0.32 | 0.26 | 0.32 | 348.21 | 0.26 | 0.57 |
| Hex | AE | 76 | 81 | 0 | 20 | 1A | 20 | 15C | 1A | 39 |
| Octal | 256 | 166 | 201 | 0 | 40 | 32 | 40 | 534 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10000001 | 0 | 100000 | 11010 | 100000 | 101011100 | 11010 | 111001 |
Color Harmonies of #AE7681
Complementary color
Monochromatic Colors of #AE7681
Black with #AE7681
Text Example
Text Example
White with #AE7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7681; }
p { color: rgb(174,118,129); }
H1.HeaderClassName
{
color: #AE7681;
}
.AnyTagClassName
{
color: #AE7681;
}
</style>
background-color css
<style>
a { background-color: #AE7681; }
a { background-color: rgb(174,118,129); }
div.DivClassName
{
background-color: #AE7681;
}
.BgClassName
{
background-color: #AE7681;
}
</style>
border-color css
<style>
span { border-color: #AE7681; }
span { border-color: rgb(174,118,129); }
td.TdClassName
{
border-color: #AE7681;
}
.TagClassName
{
border-color: #AE7681;
}
</style>