Shades of Turkish Rose #AE6A77
Tints of Turkish Rose #AE6A77
RGB
CMYK
RGB Variations
Color information
#AE6A77 (or 0xAE6A77) is known color: Turkish Rose. HEX triplet: AE, 6A and 77. RGB value is (174,106,119). Sum of RGB (Red+Green+Blue) = 174+106+119=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A77 is #519588. Grayscale: #7F7F7F. Windows color (decimal): -5346697 or 7826094. OLE color: 7826094.
HSL color Cylindrical-coordinate representation of color #AE6A77: hue angle of 348.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A77 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 106 | 119 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.32 |
| HSL | 348.53º | 0.3% | 0.55% | - |
| HSV(B) | 348.53º | 0.39% | 0.68% | - |
| XYZ | 25.94 | 20.64 | 20.07 | - |
| YUV | 127.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 119 | 0 | 0.39 | 0.32 | 0.32 | 348.53 | 0.3 | 0.55 |
| Hex | AE | 6A | 77 | 0 | 27 | 20 | 20 | 15D | 1E | 37 |
| Octal | 256 | 152 | 167 | 0 | 47 | 40 | 40 | 535 | 36 | 67 |
| Binary | 10101110 | 1101010 | 1110111 | 0 | 100111 | 100000 | 100000 | 101011101 | 11110 | 110111 |
Color Harmonies of #AE6A77
Complementary color
Monochromatic Colors of #AE6A77
Black with #AE6A77
Text Example
Text Example
White with #AE6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6A77; }
p { color: rgb(174,106,119); }
H1.HeaderClassName
{
color: #AE6A77;
}
.AnyTagClassName
{
color: #AE6A77;
}
</style>
background-color css
<style>
a { background-color: #AE6A77; }
a { background-color: rgb(174,106,119); }
div.DivClassName
{
background-color: #AE6A77;
}
.BgClassName
{
background-color: #AE6A77;
}
</style>
border-color css
<style>
span { border-color: #AE6A77; }
span { border-color: rgb(174,106,119); }
td.TdClassName
{
border-color: #AE6A77;
}
.TagClassName
{
border-color: #AE6A77;
}
</style>