Shades of Turkish Rose #AE616C
Tints of Turkish Rose #AE616C
RGB
CMYK
RGB Variations
Color information
#AE616C (or 0xAE616C) is known color: Turkish Rose. HEX triplet: AE, 61 and 6C. RGB value is (174,97,108). Sum of RGB (Red+Green+Blue) = 174+97+108=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE616C is #519E93. Grayscale: #797979. Windows color (decimal): -5349012 or 7102894. OLE color: 7102894.
HSL color Cylindrical-coordinate representation of color #AE616C: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE616C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 97 | 108 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.32 |
| HSL | 351.43º | 0.32% | 0.53% | - |
| HSV(B) | 351.43º | 0.44% | 0.68% | - |
| XYZ | 24.44 | 18.63 | 16.5 | - |
| YUV | 121.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 108 | 0 | 0.44 | 0.38 | 0.32 | 351.43 | 0.32 | 0.53 |
| Hex | AE | 61 | 6C | 0 | 2C | 26 | 20 | 15F | 20 | 35 |
| Octal | 256 | 141 | 154 | 0 | 54 | 46 | 40 | 537 | 40 | 65 |
| Binary | 10101110 | 1100001 | 1101100 | 0 | 101100 | 100110 | 100000 | 101011111 | 100000 | 110101 |
Color Harmonies of #AE616C
Complementary color
Monochromatic Colors of #AE616C
Black with #AE616C
Text Example
Text Example
White with #AE616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE616C; }
p { color: rgb(174,97,108); }
H1.HeaderClassName
{
color: #AE616C;
}
.AnyTagClassName
{
color: #AE616C;
}
</style>
background-color css
<style>
a { background-color: #AE616C; }
a { background-color: rgb(174,97,108); }
div.DivClassName
{
background-color: #AE616C;
}
.BgClassName
{
background-color: #AE616C;
}
</style>
border-color css
<style>
span { border-color: #AE616C; }
span { border-color: rgb(174,97,108); }
td.TdClassName
{
border-color: #AE616C;
}
.TagClassName
{
border-color: #AE616C;
}
</style>