Shades of Turkish Rose #AE747C
Tints of Turkish Rose #AE747C
RGB
CMYK
RGB Variations
Color information
#AE747C (or 0xAE747C) is known color: Turkish Rose. HEX triplet: AE, 74 and 7C. RGB value is (174,116,124). Sum of RGB (Red+Green+Blue) = 174+116+124=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE747C is #518B83. Grayscale: #868686. Windows color (decimal): -5344132 or 8156334. OLE color: 8156334.
HSL color Cylindrical-coordinate representation of color #AE747C: hue angle of 351.72º 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 #AE747C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 124 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.32 |
| HSL | 351.72º | 0.26% | 0.57% | - |
| HSV(B) | 351.72º | 0.33% | 0.68% | - |
| XYZ | 27.34 | 22.94 | 22.06 | - |
| YUV | 134.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 124 | 0 | 0.33 | 0.29 | 0.32 | 351.72 | 0.26 | 0.57 |
| Hex | AE | 74 | 7C | 0 | 21 | 1D | 20 | 160 | 1A | 39 |
| Octal | 256 | 164 | 174 | 0 | 41 | 35 | 40 | 540 | 32 | 71 |
| Binary | 10101110 | 1110100 | 1111100 | 0 | 100001 | 11101 | 100000 | 101100000 | 11010 | 111001 |
Color Harmonies of #AE747C
Complementary color
Monochromatic Colors of #AE747C
Black with #AE747C
Text Example
Text Example
White with #AE747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE747C; }
p { color: rgb(174,116,124); }
H1.HeaderClassName
{
color: #AE747C;
}
.AnyTagClassName
{
color: #AE747C;
}
</style>
background-color css
<style>
a { background-color: #AE747C; }
a { background-color: rgb(174,116,124); }
div.DivClassName
{
background-color: #AE747C;
}
.BgClassName
{
background-color: #AE747C;
}
</style>
border-color css
<style>
span { border-color: #AE747C; }
span { border-color: rgb(174,116,124); }
td.TdClassName
{
border-color: #AE747C;
}
.TagClassName
{
border-color: #AE747C;
}
</style>