Shades of Tapestry #AE6E7D
Tints of Tapestry #AE6E7D
RGB
CMYK
RGB Variations
Color information
#AE6E7D (or 0xAE6E7D) is known color: Tapestry. HEX triplet: AE, 6E and 7D. RGB value is (174,110,125). Sum of RGB (Red+Green+Blue) = 174+110+125=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E7D is #519182. Grayscale: #828282. Windows color (decimal): -5345667 or 8220334. OLE color: 8220334.
HSL color Cylindrical-coordinate representation of color #AE6E7D: hue angle of 345.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E7D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 125 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.32 |
| HSL | 345.94º | 0.28% | 0.56% | - |
| HSV(B) | 345.94º | 0.37% | 0.68% | - |
| XYZ | 26.73 | 21.63 | 22.17 | - |
| YUV | 130.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 125 | 0 | 0.37 | 0.28 | 0.32 | 345.94 | 0.28 | 0.56 |
| Hex | AE | 6E | 7D | 0 | 25 | 1C | 20 | 15A | 1C | 38 |
| Octal | 256 | 156 | 175 | 0 | 45 | 34 | 40 | 532 | 34 | 70 |
| Binary | 10101110 | 1101110 | 1111101 | 0 | 100101 | 11100 | 100000 | 101011010 | 11100 | 111000 |
Color Harmonies of #AE6E7D
Complementary color
Monochromatic Colors of #AE6E7D
Black with #AE6E7D
Text Example
Text Example
White with #AE6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E7D; }
p { color: rgb(174,110,125); }
H1.HeaderClassName
{
color: #AE6E7D;
}
.AnyTagClassName
{
color: #AE6E7D;
}
</style>
background-color css
<style>
a { background-color: #AE6E7D; }
a { background-color: rgb(174,110,125); }
div.DivClassName
{
background-color: #AE6E7D;
}
.BgClassName
{
background-color: #AE6E7D;
}
</style>
border-color css
<style>
span { border-color: #AE6E7D; }
span { border-color: rgb(174,110,125); }
td.TdClassName
{
border-color: #AE6E7D;
}
.TagClassName
{
border-color: #AE6E7D;
}
</style>