Shades of Turkish Rose #AE6770
Tints of Turkish Rose #AE6770
RGB
CMYK
RGB Variations
Color information
#AE6770 (or 0xAE6770) is known color: Turkish Rose. HEX triplet: AE, 67 and 70. RGB value is (174,103,112). Sum of RGB (Red+Green+Blue) = 174+103+112=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6770 is #51988F. Grayscale: #7D7D7D. Windows color (decimal): -5347472 or 7366574. OLE color: 7366574.
HSL color Cylindrical-coordinate representation of color #AE6770: hue angle of 352.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6770 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 112 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.32 |
| HSL | 352.39º | 0.3% | 0.54% | - |
| HSV(B) | 352.39º | 0.41% | 0.68% | - |
| XYZ | 25.23 | 19.87 | 17.83 | - |
| YUV | 125.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 112 | 0 | 0.41 | 0.36 | 0.32 | 352.39 | 0.3 | 0.54 |
| Hex | AE | 67 | 70 | 0 | 29 | 24 | 20 | 160 | 1E | 36 |
| Octal | 256 | 147 | 160 | 0 | 51 | 44 | 40 | 540 | 36 | 66 |
| Binary | 10101110 | 1100111 | 1110000 | 0 | 101001 | 100100 | 100000 | 101100000 | 11110 | 110110 |
Color Harmonies of #AE6770
Complementary color
Monochromatic Colors of #AE6770
Black with #AE6770
Text Example
Text Example
White with #AE6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6770; }
p { color: rgb(174,103,112); }
H1.HeaderClassName
{
color: #AE6770;
}
.AnyTagClassName
{
color: #AE6770;
}
</style>
background-color css
<style>
a { background-color: #AE6770; }
a { background-color: rgb(174,103,112); }
div.DivClassName
{
background-color: #AE6770;
}
.BgClassName
{
background-color: #AE6770;
}
</style>
border-color css
<style>
span { border-color: #AE6770; }
span { border-color: rgb(174,103,112); }
td.TdClassName
{
border-color: #AE6770;
}
.TagClassName
{
border-color: #AE6770;
}
</style>