Shades of Turkish Rose #AE636D
Tints of Turkish Rose #AE636D
RGB
CMYK
RGB Variations
Color information
#AE636D (or 0xAE636D) is known color: Turkish Rose. HEX triplet: AE, 63 and 6D. RGB value is (174,99,109). Sum of RGB (Red+Green+Blue) = 174+99+109=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE636D is #519C92. Grayscale: #7A7A7A. Windows color (decimal): -5348499 or 7168942. OLE color: 7168942.
HSL color Cylindrical-coordinate representation of color #AE636D: hue angle of 352º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE636D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 109 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.32 |
| HSL | 352º | 0.32% | 0.54% | - |
| HSV(B) | 352º | 0.43% | 0.68% | - |
| XYZ | 24.68 | 19.03 | 16.84 | - |
| YUV | 122.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 109 | 0 | 0.43 | 0.37 | 0.32 | 352 | 0.32 | 0.54 |
| Hex | AE | 63 | 6D | 0 | 2B | 25 | 20 | 160 | 20 | 36 |
| Octal | 256 | 143 | 155 | 0 | 53 | 45 | 40 | 540 | 40 | 66 |
| Binary | 10101110 | 1100011 | 1101101 | 0 | 101011 | 100101 | 100000 | 101100000 | 100000 | 110110 |
Color Harmonies of #AE636D
Complementary color
Monochromatic Colors of #AE636D
Black with #AE636D
Text Example
Text Example
White with #AE636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE636D; }
p { color: rgb(174,99,109); }
H1.HeaderClassName
{
color: #AE636D;
}
.AnyTagClassName
{
color: #AE636D;
}
</style>
background-color css
<style>
a { background-color: #AE636D; }
a { background-color: rgb(174,99,109); }
div.DivClassName
{
background-color: #AE636D;
}
.BgClassName
{
background-color: #AE636D;
}
</style>
border-color css
<style>
span { border-color: #AE636D; }
span { border-color: rgb(174,99,109); }
td.TdClassName
{
border-color: #AE636D;
}
.TagClassName
{
border-color: #AE636D;
}
</style>