Shades of Tapestry #AE6683
Tints of Tapestry #AE6683
RGB
CMYK
RGB Variations
Color information
#AE6683 (or 0xAE6683) is known color: Tapestry. HEX triplet: AE, 66 and 83. RGB value is (174,102,131). Sum of RGB (Red+Green+Blue) = 174+102+131=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6683 is #51997C. Grayscale: #7E7E7E. Windows color (decimal): -5347709 or 8611502. OLE color: 8611502.
HSL color Cylindrical-coordinate representation of color #AE6683: hue angle of 335.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6683 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 131 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.32 |
| HSL | 335.83º | 0.31% | 0.54% | - |
| HSV(B) | 335.83º | 0.41% | 0.68% | - |
| XYZ | 26.3 | 20.14 | 23.97 | - |
| YUV | 126.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 131 | 0 | 0.41 | 0.25 | 0.32 | 335.83 | 0.31 | 0.54 |
| Hex | AE | 66 | 83 | 0 | 29 | 19 | 20 | 150 | 1F | 36 |
| Octal | 256 | 146 | 203 | 0 | 51 | 31 | 40 | 520 | 37 | 66 |
| Binary | 10101110 | 1100110 | 10000011 | 0 | 101001 | 11001 | 100000 | 101010000 | 11111 | 110110 |
Color Harmonies of #AE6683
Complementary color
Monochromatic Colors of #AE6683
Black with #AE6683
Text Example
Text Example
White with #AE6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6683; }
p { color: rgb(174,102,131); }
H1.HeaderClassName
{
color: #AE6683;
}
.AnyTagClassName
{
color: #AE6683;
}
</style>
background-color css
<style>
a { background-color: #AE6683; }
a { background-color: rgb(174,102,131); }
div.DivClassName
{
background-color: #AE6683;
}
.BgClassName
{
background-color: #AE6683;
}
</style>
border-color css
<style>
span { border-color: #AE6683; }
span { border-color: rgb(174,102,131); }
td.TdClassName
{
border-color: #AE6683;
}
.TagClassName
{
border-color: #AE6683;
}
</style>