Shades of Turkish Rose #AE6575
Tints of Turkish Rose #AE6575
RGB
CMYK
RGB Variations
Color information
#AE6575 (or 0xAE6575) is known color: Turkish Rose. HEX triplet: AE, 65 and 75. RGB value is (174,101,117). Sum of RGB (Red+Green+Blue) = 174+101+117=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6575 is #519A8A. Grayscale: #7C7C7C. Windows color (decimal): -5347979 or 7693742. OLE color: 7693742.
HSL color Cylindrical-coordinate representation of color #AE6575: hue angle of 346.85º 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 #AE6575 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 117 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.32 |
| HSL | 346.85º | 0.31% | 0.54% | - |
| HSV(B) | 346.85º | 0.42% | 0.68% | - |
| XYZ | 25.32 | 19.59 | 19.28 | - |
| YUV | 124.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 117 | 0 | 0.42 | 0.33 | 0.32 | 346.85 | 0.31 | 0.54 |
| Hex | AE | 65 | 75 | 0 | 2A | 21 | 20 | 15B | 1F | 36 |
| Octal | 256 | 145 | 165 | 0 | 52 | 41 | 40 | 533 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1110101 | 0 | 101010 | 100001 | 100000 | 101011011 | 11111 | 110110 |
Color Harmonies of #AE6575
Complementary color
Monochromatic Colors of #AE6575
Black with #AE6575
Text Example
Text Example
White with #AE6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6575; }
p { color: rgb(174,101,117); }
H1.HeaderClassName
{
color: #AE6575;
}
.AnyTagClassName
{
color: #AE6575;
}
</style>
background-color css
<style>
a { background-color: #AE6575; }
a { background-color: rgb(174,101,117); }
div.DivClassName
{
background-color: #AE6575;
}
.BgClassName
{
background-color: #AE6575;
}
</style>
border-color css
<style>
span { border-color: #AE6575; }
span { border-color: rgb(174,101,117); }
td.TdClassName
{
border-color: #AE6575;
}
.TagClassName
{
border-color: #AE6575;
}
</style>