Shades of Turkish Rose #AE656C
Tints of Turkish Rose #AE656C
RGB
CMYK
RGB Variations
Color information
#AE656C (or 0xAE656C) is known color: Turkish Rose. HEX triplet: AE, 65 and 6C. RGB value is (174,101,108). Sum of RGB (Red+Green+Blue) = 174+101+108=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656C is #519A93. Grayscale: #7B7B7B. Windows color (decimal): -5347988 or 7103918. OLE color: 7103918.
HSL color Cylindrical-coordinate representation of color #AE656C: hue angle of 354.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE656C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 108 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.32 |
| HSL | 354.25º | 0.31% | 0.54% | - |
| HSV(B) | 354.25º | 0.42% | 0.68% | - |
| XYZ | 24.82 | 19.39 | 16.62 | - |
| YUV | 123.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 108 | 0 | 0.42 | 0.38 | 0.32 | 354.25 | 0.31 | 0.54 |
| Hex | AE | 65 | 6C | 0 | 2A | 26 | 20 | 162 | 1F | 36 |
| Octal | 256 | 145 | 154 | 0 | 52 | 46 | 40 | 542 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1101100 | 0 | 101010 | 100110 | 100000 | 101100010 | 11111 | 110110 |
Color Harmonies of #AE656C
Complementary color
Monochromatic Colors of #AE656C
Black with #AE656C
Text Example
Text Example
White with #AE656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE656C; }
p { color: rgb(174,101,108); }
H1.HeaderClassName
{
color: #AE656C;
}
.AnyTagClassName
{
color: #AE656C;
}
</style>
background-color css
<style>
a { background-color: #AE656C; }
a { background-color: rgb(174,101,108); }
div.DivClassName
{
background-color: #AE656C;
}
.BgClassName
{
background-color: #AE656C;
}
</style>
border-color css
<style>
span { border-color: #AE656C; }
span { border-color: rgb(174,101,108); }
td.TdClassName
{
border-color: #AE656C;
}
.TagClassName
{
border-color: #AE656C;
}
</style>