Shades of Turkish Rose #AE6266
Tints of Turkish Rose #AE6266
RGB
CMYK
RGB Variations
Color information
#AE6266 (or 0xAE6266) is known color: Turkish Rose. HEX triplet: AE, 62 and 66. RGB value is (174,98,102). Sum of RGB (Red+Green+Blue) = 174+98+102=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6266 is #519D99. Grayscale: #797979. Windows color (decimal): -5348762 or 6709934. OLE color: 6709934.
HSL color Cylindrical-coordinate representation of color #AE6266: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6266 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 102 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.32 |
| HSL | 356.84º | 0.32% | 0.53% | - |
| HSV(B) | 356.84º | 0.44% | 0.68% | - |
| XYZ | 24.22 | 18.69 | 14.9 | - |
| YUV | 121.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 102 | 0 | 0.44 | 0.41 | 0.32 | 356.84 | 0.32 | 0.53 |
| Hex | AE | 62 | 66 | 0 | 2C | 29 | 20 | 165 | 20 | 35 |
| Octal | 256 | 142 | 146 | 0 | 54 | 51 | 40 | 545 | 40 | 65 |
| Binary | 10101110 | 1100010 | 1100110 | 0 | 101100 | 101001 | 100000 | 101100101 | 100000 | 110101 |
Color Harmonies of #AE6266
Complementary color
Monochromatic Colors of #AE6266
Black with #AE6266
Text Example
Text Example
White with #AE6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6266; }
p { color: rgb(174,98,102); }
H1.HeaderClassName
{
color: #AE6266;
}
.AnyTagClassName
{
color: #AE6266;
}
</style>
background-color css
<style>
a { background-color: #AE6266; }
a { background-color: rgb(174,98,102); }
div.DivClassName
{
background-color: #AE6266;
}
.BgClassName
{
background-color: #AE6266;
}
</style>
border-color css
<style>
span { border-color: #AE6266; }
span { border-color: rgb(174,98,102); }
td.TdClassName
{
border-color: #AE6266;
}
.TagClassName
{
border-color: #AE6266;
}
</style>