Shades of Turkish Rose #AE727B
Tints of Turkish Rose #AE727B
RGB
CMYK
RGB Variations
Color information
#AE727B (or 0xAE727B) is known color: Turkish Rose. HEX triplet: AE, 72 and 7B. RGB value is (174,114,123). Sum of RGB (Red+Green+Blue) = 174+114+123=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727B is #518D84. Grayscale: #848484. Windows color (decimal): -5344645 or 8090286. OLE color: 8090286.
HSL color Cylindrical-coordinate representation of color #AE727B: hue angle of 351º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE727B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 123 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.32 |
| HSL | 351º | 0.27% | 0.56% | - |
| HSV(B) | 351º | 0.34% | 0.68% | - |
| XYZ | 27.05 | 22.46 | 21.65 | - |
| YUV | 132.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 123 | 0 | 0.34 | 0.29 | 0.32 | 351 | 0.27 | 0.56 |
| Hex | AE | 72 | 7B | 0 | 22 | 1D | 20 | 15F | 1B | 38 |
| Octal | 256 | 162 | 173 | 0 | 42 | 35 | 40 | 537 | 33 | 70 |
| Binary | 10101110 | 1110010 | 1111011 | 0 | 100010 | 11101 | 100000 | 101011111 | 11011 | 111000 |
Color Harmonies of #AE727B
Complementary color
Monochromatic Colors of #AE727B
Black with #AE727B
Text Example
Text Example
White with #AE727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE727B; }
p { color: rgb(174,114,123); }
H1.HeaderClassName
{
color: #AE727B;
}
.AnyTagClassName
{
color: #AE727B;
}
</style>
background-color css
<style>
a { background-color: #AE727B; }
a { background-color: rgb(174,114,123); }
div.DivClassName
{
background-color: #AE727B;
}
.BgClassName
{
background-color: #AE727B;
}
</style>
border-color css
<style>
span { border-color: #AE727B; }
span { border-color: rgb(174,114,123); }
td.TdClassName
{
border-color: #AE727B;
}
.TagClassName
{
border-color: #AE727B;
}
</style>