Shades of Turkish Rose #AE6678
Tints of Turkish Rose #AE6678
RGB
CMYK
RGB Variations
Color information
#AE6678 (or 0xAE6678) is known color: Turkish Rose. HEX triplet: AE, 66 and 78. RGB value is (174,102,120). Sum of RGB (Red+Green+Blue) = 174+102+120=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6678 is #519987. Grayscale: #7D7D7D. Windows color (decimal): -5347720 or 7890606. OLE color: 7890606.
HSL color Cylindrical-coordinate representation of color #AE6678: hue angle of 345º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6678 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 120 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.32 |
| HSL | 345º | 0.31% | 0.54% | - |
| HSV(B) | 345º | 0.41% | 0.68% | - |
| XYZ | 25.6 | 19.86 | 20.25 | - |
| YUV | 125.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 120 | 0 | 0.41 | 0.31 | 0.32 | 345 | 0.31 | 0.54 |
| Hex | AE | 66 | 78 | 0 | 29 | 1F | 20 | 159 | 1F | 36 |
| Octal | 256 | 146 | 170 | 0 | 51 | 37 | 40 | 531 | 37 | 66 |
| Binary | 10101110 | 1100110 | 1111000 | 0 | 101001 | 11111 | 100000 | 101011001 | 11111 | 110110 |
Color Harmonies of #AE6678
Complementary color
Monochromatic Colors of #AE6678
Black with #AE6678
Text Example
Text Example
White with #AE6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6678; }
p { color: rgb(174,102,120); }
H1.HeaderClassName
{
color: #AE6678;
}
.AnyTagClassName
{
color: #AE6678;
}
</style>
background-color css
<style>
a { background-color: #AE6678; }
a { background-color: rgb(174,102,120); }
div.DivClassName
{
background-color: #AE6678;
}
.BgClassName
{
background-color: #AE6678;
}
</style>
border-color css
<style>
span { border-color: #AE6678; }
span { border-color: rgb(174,102,120); }
td.TdClassName
{
border-color: #AE6678;
}
.TagClassName
{
border-color: #AE6678;
}
</style>