Shades of Turkish Rose #AE656E
Tints of Turkish Rose #AE656E
RGB
CMYK
RGB Variations
Color information
#AE656E (or 0xAE656E) is known color: Turkish Rose. HEX triplet: AE, 65 and 6E. RGB value is (174,101,110). Sum of RGB (Red+Green+Blue) = 174+101+110=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656E is #519A91. Grayscale: #7B7B7B. Windows color (decimal): -5347986 or 7234990. OLE color: 7234990.
HSL color Cylindrical-coordinate representation of color #AE656E: hue angle of 352.6º 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 #AE656E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 110 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.32 |
| HSL | 352.6º | 0.31% | 0.54% | - |
| HSV(B) | 352.6º | 0.42% | 0.68% | - |
| XYZ | 24.92 | 19.43 | 17.19 | - |
| YUV | 123.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 110 | 0 | 0.42 | 0.37 | 0.32 | 352.6 | 0.31 | 0.54 |
| Hex | AE | 65 | 6E | 0 | 2A | 25 | 20 | 161 | 1F | 36 |
| Octal | 256 | 145 | 156 | 0 | 52 | 45 | 40 | 541 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1101110 | 0 | 101010 | 100101 | 100000 | 101100001 | 11111 | 110110 |
Color Harmonies of #AE656E
Complementary color
Monochromatic Colors of #AE656E
Black with #AE656E
Text Example
Text Example
White with #AE656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE656E; }
p { color: rgb(174,101,110); }
H1.HeaderClassName
{
color: #AE656E;
}
.AnyTagClassName
{
color: #AE656E;
}
</style>
background-color css
<style>
a { background-color: #AE656E; }
a { background-color: rgb(174,101,110); }
div.DivClassName
{
background-color: #AE656E;
}
.BgClassName
{
background-color: #AE656E;
}
</style>
border-color css
<style>
span { border-color: #AE656E; }
span { border-color: rgb(174,101,110); }
td.TdClassName
{
border-color: #AE656E;
}
.TagClassName
{
border-color: #AE656E;
}
</style>