Shades of Turkish Rose #AE747D
Tints of Turkish Rose #AE747D
RGB
CMYK
RGB Variations
Color information
#AE747D (or 0xAE747D) is known color: Turkish Rose. HEX triplet: AE, 74 and 7D. RGB value is (174,116,125). Sum of RGB (Red+Green+Blue) = 174+116+125=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE747D is #518B82. Grayscale: #868686. Windows color (decimal): -5344131 or 8221870. OLE color: 8221870.
HSL color Cylindrical-coordinate representation of color #AE747D: hue angle of 350.69º 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 #AE747D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 125 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.32 |
| HSL | 350.69º | 0.26% | 0.57% | - |
| HSV(B) | 350.69º | 0.33% | 0.68% | - |
| XYZ | 27.4 | 22.97 | 22.39 | - |
| YUV | 134.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 125 | 0 | 0.33 | 0.28 | 0.32 | 350.69 | 0.26 | 0.57 |
| Hex | AE | 74 | 7D | 0 | 21 | 1C | 20 | 15F | 1A | 39 |
| Octal | 256 | 164 | 175 | 0 | 41 | 34 | 40 | 537 | 32 | 71 |
| Binary | 10101110 | 1110100 | 1111101 | 0 | 100001 | 11100 | 100000 | 101011111 | 11010 | 111001 |
Color Harmonies of #AE747D
Complementary color
Monochromatic Colors of #AE747D
Black with #AE747D
Text Example
Text Example
White with #AE747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE747D; }
p { color: rgb(174,116,125); }
H1.HeaderClassName
{
color: #AE747D;
}
.AnyTagClassName
{
color: #AE747D;
}
</style>
background-color css
<style>
a { background-color: #AE747D; }
a { background-color: rgb(174,116,125); }
div.DivClassName
{
background-color: #AE747D;
}
.BgClassName
{
background-color: #AE747D;
}
</style>
border-color css
<style>
span { border-color: #AE747D; }
span { border-color: rgb(174,116,125); }
td.TdClassName
{
border-color: #AE747D;
}
.TagClassName
{
border-color: #AE747D;
}
</style>