Shades of Turkish Rose #AE656F
Tints of Turkish Rose #AE656F
RGB
CMYK
RGB Variations
Color information
#AE656F (or 0xAE656F) is known color: Turkish Rose. HEX triplet: AE, 65 and 6F. RGB value is (174,101,111). Sum of RGB (Red+Green+Blue) = 174+101+111=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656F is #519A90. Grayscale: #7C7C7C. Windows color (decimal): -5347985 or 7300526. OLE color: 7300526.
HSL color Cylindrical-coordinate representation of color #AE656F: hue angle of 351.78º 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 #AE656F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 111 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.32 |
| HSL | 351.78º | 0.31% | 0.54% | - |
| HSV(B) | 351.78º | 0.42% | 0.68% | - |
| XYZ | 24.98 | 19.45 | 17.48 | - |
| YUV | 123.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 111 | 0 | 0.42 | 0.36 | 0.32 | 351.78 | 0.31 | 0.54 |
| Hex | AE | 65 | 6F | 0 | 2A | 24 | 20 | 160 | 1F | 36 |
| Octal | 256 | 145 | 157 | 0 | 52 | 44 | 40 | 540 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1101111 | 0 | 101010 | 100100 | 100000 | 101100000 | 11111 | 110110 |
Color Harmonies of #AE656F
Complementary color
Monochromatic Colors of #AE656F
Black with #AE656F
Text Example
Text Example
White with #AE656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE656F; }
p { color: rgb(174,101,111); }
H1.HeaderClassName
{
color: #AE656F;
}
.AnyTagClassName
{
color: #AE656F;
}
</style>
background-color css
<style>
a { background-color: #AE656F; }
a { background-color: rgb(174,101,111); }
div.DivClassName
{
background-color: #AE656F;
}
.BgClassName
{
background-color: #AE656F;
}
</style>
border-color css
<style>
span { border-color: #AE656F; }
span { border-color: rgb(174,101,111); }
td.TdClassName
{
border-color: #AE656F;
}
.TagClassName
{
border-color: #AE656F;
}
</style>