Shades of Tapestry #AE747F
Tints of Tapestry #AE747F
RGB
CMYK
RGB Variations
Color information
#AE747F (or 0xAE747F) is known color: Tapestry. HEX triplet: AE, 74 and 7F. RGB value is (174,116,127). Sum of RGB (Red+Green+Blue) = 174+116+127=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE747F is #518B80. Grayscale: #868686. Windows color (decimal): -5344129 or 8352942. OLE color: 8352942.
HSL color Cylindrical-coordinate representation of color #AE747F: hue angle of 348.62º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE747F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 127 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.32 |
| HSL | 348.62º | 0.26% | 0.57% | - |
| HSV(B) | 348.62º | 0.33% | 0.68% | - |
| XYZ | 27.53 | 23.02 | 23.07 | - |
| YUV | 134.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 127 | 0 | 0.33 | 0.27 | 0.32 | 348.62 | 0.26 | 0.57 |
| Hex | AE | 74 | 7F | 0 | 21 | 1B | 20 | 15D | 1A | 39 |
| Octal | 256 | 164 | 177 | 0 | 41 | 33 | 40 | 535 | 32 | 71 |
| Binary | 10101110 | 1110100 | 1111111 | 0 | 100001 | 11011 | 100000 | 101011101 | 11010 | 111001 |
Color Harmonies of #AE747F
Complementary color
Monochromatic Colors of #AE747F
Black with #AE747F
Text Example
Text Example
White with #AE747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE747F; }
p { color: rgb(174,116,127); }
H1.HeaderClassName
{
color: #AE747F;
}
.AnyTagClassName
{
color: #AE747F;
}
</style>
background-color css
<style>
a { background-color: #AE747F; }
a { background-color: rgb(174,116,127); }
div.DivClassName
{
background-color: #AE747F;
}
.BgClassName
{
background-color: #AE747F;
}
</style>
border-color css
<style>
span { border-color: #AE747F; }
span { border-color: rgb(174,116,127); }
td.TdClassName
{
border-color: #AE747F;
}
.TagClassName
{
border-color: #AE747F;
}
</style>