Shades of Tapestry #AE707F
Tints of Tapestry #AE707F
RGB
CMYK
RGB Variations
Color information
#AE707F (or 0xAE707F) is known color: Tapestry. HEX triplet: AE, 70 and 7F. RGB value is (174,112,127). Sum of RGB (Red+Green+Blue) = 174+112+127=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707F is #518F80. Grayscale: #848484. Windows color (decimal): -5345153 or 8351918. OLE color: 8351918.
HSL color Cylindrical-coordinate representation of color #AE707F: hue angle of 345.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE707F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 127 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.32 |
| HSL | 345.48º | 0.28% | 0.56% | - |
| HSV(B) | 345.48º | 0.36% | 0.68% | - |
| XYZ | 27.08 | 22.12 | 22.92 | - |
| YUV | 132.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 127 | 0 | 0.36 | 0.27 | 0.32 | 345.48 | 0.28 | 0.56 |
| Hex | AE | 70 | 7F | 0 | 24 | 1B | 20 | 159 | 1C | 38 |
| Octal | 256 | 160 | 177 | 0 | 44 | 33 | 40 | 531 | 34 | 70 |
| Binary | 10101110 | 1110000 | 1111111 | 0 | 100100 | 11011 | 100000 | 101011001 | 11100 | 111000 |
Color Harmonies of #AE707F
Complementary color
Monochromatic Colors of #AE707F
Black with #AE707F
Text Example
Text Example
White with #AE707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE707F; }
p { color: rgb(174,112,127); }
H1.HeaderClassName
{
color: #AE707F;
}
.AnyTagClassName
{
color: #AE707F;
}
</style>
background-color css
<style>
a { background-color: #AE707F; }
a { background-color: rgb(174,112,127); }
div.DivClassName
{
background-color: #AE707F;
}
.BgClassName
{
background-color: #AE707F;
}
</style>
border-color css
<style>
span { border-color: #AE707F; }
span { border-color: rgb(174,112,127); }
td.TdClassName
{
border-color: #AE707F;
}
.TagClassName
{
border-color: #AE707F;
}
</style>