Shades of Tapestry #AE6D7D
Tints of Tapestry #AE6D7D
RGB
CMYK
RGB Variations
Color information
#AE6D7D (or 0xAE6D7D) is known color: Tapestry. HEX triplet: AE, 6D and 7D. RGB value is (174,109,125). Sum of RGB (Red+Green+Blue) = 174+109+125=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D7D is #519282. Grayscale: #828282. Windows color (decimal): -5345923 or 8220078. OLE color: 8220078.
HSL color Cylindrical-coordinate representation of color #AE6D7D: hue angle of 345.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6D7D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 125 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.32 |
| HSL | 345.23º | 0.29% | 0.55% | - |
| HSV(B) | 345.23º | 0.37% | 0.68% | - |
| XYZ | 26.63 | 21.42 | 22.13 | - |
| YUV | 130.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 125 | 0 | 0.37 | 0.28 | 0.32 | 345.23 | 0.29 | 0.55 |
| Hex | AE | 6D | 7D | 0 | 25 | 1C | 20 | 159 | 1D | 37 |
| Octal | 256 | 155 | 175 | 0 | 45 | 34 | 40 | 531 | 35 | 67 |
| Binary | 10101110 | 1101101 | 1111101 | 0 | 100101 | 11100 | 100000 | 101011001 | 11101 | 110111 |
Color Harmonies of #AE6D7D
Complementary color
Monochromatic Colors of #AE6D7D
Black with #AE6D7D
Text Example
Text Example
White with #AE6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D7D; }
p { color: rgb(174,109,125); }
H1.HeaderClassName
{
color: #AE6D7D;
}
.AnyTagClassName
{
color: #AE6D7D;
}
</style>
background-color css
<style>
a { background-color: #AE6D7D; }
a { background-color: rgb(174,109,125); }
div.DivClassName
{
background-color: #AE6D7D;
}
.BgClassName
{
background-color: #AE6D7D;
}
</style>
border-color css
<style>
span { border-color: #AE6D7D; }
span { border-color: rgb(174,109,125); }
td.TdClassName
{
border-color: #AE6D7D;
}
.TagClassName
{
border-color: #AE6D7D;
}
</style>