Shades of Turkish Rose #AE6870
Tints of Turkish Rose #AE6870
RGB
CMYK
RGB Variations
Color information
#AE6870 (or 0xAE6870) is known color: Turkish Rose. HEX triplet: AE, 68 and 70. RGB value is (174,104,112). Sum of RGB (Red+Green+Blue) = 174+104+112=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6870 is #51978F. Grayscale: #7D7D7D. Windows color (decimal): -5347216 or 7366830. OLE color: 7366830.
HSL color Cylindrical-coordinate representation of color #AE6870: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6870 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 112 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.32 |
| HSL | 353.14º | 0.3% | 0.55% | - |
| HSV(B) | 353.14º | 0.4% | 0.68% | - |
| XYZ | 25.33 | 20.07 | 17.87 | - |
| YUV | 125.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 112 | 0 | 0.40 | 0.36 | 0.32 | 353.14 | 0.3 | 0.55 |
| Hex | AE | 68 | 70 | 0 | 28 | 24 | 20 | 161 | 1E | 37 |
| Octal | 256 | 150 | 160 | 0 | 50 | 44 | 40 | 541 | 36 | 67 |
| Binary | 10101110 | 1101000 | 1110000 | 0 | 101000 | 100100 | 100000 | 101100001 | 11110 | 110111 |
Color Harmonies of #AE6870
Complementary color
Monochromatic Colors of #AE6870
Black with #AE6870
Text Example
Text Example
White with #AE6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6870; }
p { color: rgb(174,104,112); }
H1.HeaderClassName
{
color: #AE6870;
}
.AnyTagClassName
{
color: #AE6870;
}
</style>
background-color css
<style>
a { background-color: #AE6870; }
a { background-color: rgb(174,104,112); }
div.DivClassName
{
background-color: #AE6870;
}
.BgClassName
{
background-color: #AE6870;
}
</style>
border-color css
<style>
span { border-color: #AE6870; }
span { border-color: rgb(174,104,112); }
td.TdClassName
{
border-color: #AE6870;
}
.TagClassName
{
border-color: #AE6870;
}
</style>