Shades of Turkish Rose #AE777F
Tints of Turkish Rose #AE777F
RGB
CMYK
RGB Variations
Color information
#AE777F (or 0xAE777F) is known color: Turkish Rose. HEX triplet: AE, 77 and 7F. RGB value is (174,119,127). Sum of RGB (Red+Green+Blue) = 174+119+127=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE777F is #518880. Grayscale: #888888. Windows color (decimal): -5343361 or 8353710. OLE color: 8353710.
HSL color Cylindrical-coordinate representation of color #AE777F: hue angle of 351.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE777F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 127 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.32 |
| HSL | 351.27º | 0.25% | 0.57% | - |
| HSV(B) | 351.27º | 0.32% | 0.68% | - |
| XYZ | 27.88 | 23.72 | 23.19 | - |
| YUV | 136.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 127 | 0 | 0.32 | 0.27 | 0.32 | 351.27 | 0.25 | 0.57 |
| Hex | AE | 77 | 7F | 0 | 20 | 1B | 20 | 15F | 19 | 39 |
| Octal | 256 | 167 | 177 | 0 | 40 | 33 | 40 | 537 | 31 | 71 |
| Binary | 10101110 | 1110111 | 1111111 | 0 | 100000 | 11011 | 100000 | 101011111 | 11001 | 111001 |
Color Harmonies of #AE777F
Complementary color
Monochromatic Colors of #AE777F
Black with #AE777F
Text Example
Text Example
White with #AE777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE777F; }
p { color: rgb(174,119,127); }
H1.HeaderClassName
{
color: #AE777F;
}
.AnyTagClassName
{
color: #AE777F;
}
</style>
background-color css
<style>
a { background-color: #AE777F; }
a { background-color: rgb(174,119,127); }
div.DivClassName
{
background-color: #AE777F;
}
.BgClassName
{
background-color: #AE777F;
}
</style>
border-color css
<style>
span { border-color: #AE777F; }
span { border-color: rgb(174,119,127); }
td.TdClassName
{
border-color: #AE777F;
}
.TagClassName
{
border-color: #AE777F;
}
</style>