Shades of Turkish Rose #AE6768
Tints of Turkish Rose #AE6768
RGB
CMYK
RGB Variations
Color information
#AE6768 (or 0xAE6768) is known color: Turkish Rose. HEX triplet: AE, 67 and 68. RGB value is (174,103,104). Sum of RGB (Red+Green+Blue) = 174+103+104=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6768 is #519897. Grayscale: #7C7C7C. Windows color (decimal): -5347480 or 6842286. OLE color: 6842286.
HSL color Cylindrical-coordinate representation of color #AE6768: hue angle of 359.15º 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 #AE6768 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 104 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.32 |
| HSL | 359.15º | 0.3% | 0.54% | - |
| HSV(B) | 359.15º | 0.41% | 0.68% | - |
| XYZ | 24.8 | 19.7 | 15.59 | - |
| YUV | 124.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 104 | 0 | 0.41 | 0.40 | 0.32 | 359.15 | 0.3 | 0.54 |
| Hex | AE | 67 | 68 | 0 | 29 | 28 | 20 | 167 | 1E | 36 |
| Octal | 256 | 147 | 150 | 0 | 51 | 50 | 40 | 547 | 36 | 66 |
| Binary | 10101110 | 1100111 | 1101000 | 0 | 101001 | 101000 | 100000 | 101100111 | 11110 | 110110 |
Color Harmonies of #AE6768
Complementary color
Monochromatic Colors of #AE6768
Black with #AE6768
Text Example
Text Example
White with #AE6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6768; }
p { color: rgb(174,103,104); }
H1.HeaderClassName
{
color: #AE6768;
}
.AnyTagClassName
{
color: #AE6768;
}
</style>
background-color css
<style>
a { background-color: #AE6768; }
a { background-color: rgb(174,103,104); }
div.DivClassName
{
background-color: #AE6768;
}
.BgClassName
{
background-color: #AE6768;
}
</style>
border-color css
<style>
span { border-color: #AE6768; }
span { border-color: rgb(174,103,104); }
td.TdClassName
{
border-color: #AE6768;
}
.TagClassName
{
border-color: #AE6768;
}
</style>