Shades of Turkish Rose #AE747B
Tints of Turkish Rose #AE747B
RGB
CMYK
RGB Variations
Color information
#AE747B (or 0xAE747B) is known color: Turkish Rose. HEX triplet: AE, 74 and 7B. RGB value is (174,116,123). Sum of RGB (Red+Green+Blue) = 174+116+123=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE747B is #518B84. Grayscale: #868686. Windows color (decimal): -5344133 or 8090798. OLE color: 8090798.
HSL color Cylindrical-coordinate representation of color #AE747B: hue angle of 352.76º 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 #AE747B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 123 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.32 |
| HSL | 352.76º | 0.26% | 0.57% | - |
| HSV(B) | 352.76º | 0.33% | 0.68% | - |
| XYZ | 27.28 | 22.92 | 21.73 | - |
| YUV | 134.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 123 | 0 | 0.33 | 0.29 | 0.32 | 352.76 | 0.26 | 0.57 |
| Hex | AE | 74 | 7B | 0 | 21 | 1D | 20 | 161 | 1A | 39 |
| Octal | 256 | 164 | 173 | 0 | 41 | 35 | 40 | 541 | 32 | 71 |
| Binary | 10101110 | 1110100 | 1111011 | 0 | 100001 | 11101 | 100000 | 101100001 | 11010 | 111001 |
Color Harmonies of #AE747B
Complementary color
Monochromatic Colors of #AE747B
Black with #AE747B
Text Example
Text Example
White with #AE747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE747B; }
p { color: rgb(174,116,123); }
H1.HeaderClassName
{
color: #AE747B;
}
.AnyTagClassName
{
color: #AE747B;
}
</style>
background-color css
<style>
a { background-color: #AE747B; }
a { background-color: rgb(174,116,123); }
div.DivClassName
{
background-color: #AE747B;
}
.BgClassName
{
background-color: #AE747B;
}
</style>
border-color css
<style>
span { border-color: #AE747B; }
span { border-color: rgb(174,116,123); }
td.TdClassName
{
border-color: #AE747B;
}
.TagClassName
{
border-color: #AE747B;
}
</style>