Shades of Tapestry #AE7682
Tints of Tapestry #AE7682
RGB
CMYK
RGB Variations
Color information
#AE7682 (or 0xAE7682) is known color: Tapestry. HEX triplet: AE, 76 and 82. RGB value is (174,118,130). Sum of RGB (Red+Green+Blue) = 174+118+130=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7682 is #51897D. Grayscale: #888888. Windows color (decimal): -5343614 or 8550062. OLE color: 8550062.
HSL color Cylindrical-coordinate representation of color #AE7682: hue angle of 347.14º 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 #AE7682 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 130 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.32 |
| HSL | 347.14º | 0.26% | 0.57% | - |
| HSV(B) | 347.14º | 0.32% | 0.68% | - |
| XYZ | 27.96 | 23.57 | 24.19 | - |
| YUV | 136.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 130 | 0 | 0.32 | 0.25 | 0.32 | 347.14 | 0.26 | 0.57 |
| Hex | AE | 76 | 82 | 0 | 20 | 19 | 20 | 15B | 1A | 39 |
| Octal | 256 | 166 | 202 | 0 | 40 | 31 | 40 | 533 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10000010 | 0 | 100000 | 11001 | 100000 | 101011011 | 11010 | 111001 |
Color Harmonies of #AE7682
Complementary color
Monochromatic Colors of #AE7682
Black with #AE7682
Text Example
Text Example
White with #AE7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7682; }
p { color: rgb(174,118,130); }
H1.HeaderClassName
{
color: #AE7682;
}
.AnyTagClassName
{
color: #AE7682;
}
</style>
background-color css
<style>
a { background-color: #AE7682; }
a { background-color: rgb(174,118,130); }
div.DivClassName
{
background-color: #AE7682;
}
.BgClassName
{
background-color: #AE7682;
}
</style>
border-color css
<style>
span { border-color: #AE7682; }
span { border-color: rgb(174,118,130); }
td.TdClassName
{
border-color: #AE7682;
}
.TagClassName
{
border-color: #AE7682;
}
</style>