Shades of Turkish Rose #AE6366
Tints of Turkish Rose #AE6366
RGB
CMYK
RGB Variations
Color information
#AE6366 (or 0xAE6366) is known color: Turkish Rose. HEX triplet: AE, 63 and 66. RGB value is (174,99,102). Sum of RGB (Red+Green+Blue) = 174+99+102=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6366 is #519C99. Grayscale: #797979. Windows color (decimal): -5348506 or 6710190. OLE color: 6710190.
HSL color Cylindrical-coordinate representation of color #AE6366: hue angle of 357.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6366 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 102 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.32 |
| HSL | 357.6º | 0.32% | 0.54% | - |
| HSV(B) | 357.6º | 0.43% | 0.68% | - |
| XYZ | 24.32 | 18.88 | 14.93 | - |
| YUV | 121.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 102 | 0 | 0.43 | 0.41 | 0.32 | 357.6 | 0.32 | 0.54 |
| Hex | AE | 63 | 66 | 0 | 2B | 29 | 20 | 166 | 20 | 36 |
| Octal | 256 | 143 | 146 | 0 | 53 | 51 | 40 | 546 | 40 | 66 |
| Binary | 10101110 | 1100011 | 1100110 | 0 | 101011 | 101001 | 100000 | 101100110 | 100000 | 110110 |
Color Harmonies of #AE6366
Complementary color
Monochromatic Colors of #AE6366
Black with #AE6366
Text Example
Text Example
White with #AE6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6366; }
p { color: rgb(174,99,102); }
H1.HeaderClassName
{
color: #AE6366;
}
.AnyTagClassName
{
color: #AE6366;
}
</style>
background-color css
<style>
a { background-color: #AE6366; }
a { background-color: rgb(174,99,102); }
div.DivClassName
{
background-color: #AE6366;
}
.BgClassName
{
background-color: #AE6366;
}
</style>
border-color css
<style>
span { border-color: #AE6366; }
span { border-color: rgb(174,99,102); }
td.TdClassName
{
border-color: #AE6366;
}
.TagClassName
{
border-color: #AE6366;
}
</style>