Shades of Turkish Rose #AE6371
Tints of Turkish Rose #AE6371
RGB
CMYK
RGB Variations
Color information
#AE6371 (or 0xAE6371) is known color: Turkish Rose. HEX triplet: AE, 63 and 71. RGB value is (174,99,113). Sum of RGB (Red+Green+Blue) = 174+99+113=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6371 is #519C8E. Grayscale: #7B7B7B. Windows color (decimal): -5348495 or 7431086. OLE color: 7431086.
HSL color Cylindrical-coordinate representation of color #AE6371: hue angle of 348.8º 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 #AE6371 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 113 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.32 |
| HSL | 348.8º | 0.32% | 0.54% | - |
| HSV(B) | 348.8º | 0.43% | 0.68% | - |
| XYZ | 24.9 | 19.11 | 18 | - |
| YUV | 123.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 113 | 0 | 0.43 | 0.35 | 0.32 | 348.8 | 0.32 | 0.54 |
| Hex | AE | 63 | 71 | 0 | 2B | 23 | 20 | 15D | 20 | 36 |
| Octal | 256 | 143 | 161 | 0 | 53 | 43 | 40 | 535 | 40 | 66 |
| Binary | 10101110 | 1100011 | 1110001 | 0 | 101011 | 100011 | 100000 | 101011101 | 100000 | 110110 |
Color Harmonies of #AE6371
Complementary color
Monochromatic Colors of #AE6371
Black with #AE6371
Text Example
Text Example
White with #AE6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6371; }
p { color: rgb(174,99,113); }
H1.HeaderClassName
{
color: #AE6371;
}
.AnyTagClassName
{
color: #AE6371;
}
</style>
background-color css
<style>
a { background-color: #AE6371; }
a { background-color: rgb(174,99,113); }
div.DivClassName
{
background-color: #AE6371;
}
.BgClassName
{
background-color: #AE6371;
}
</style>
border-color css
<style>
span { border-color: #AE6371; }
span { border-color: rgb(174,99,113); }
td.TdClassName
{
border-color: #AE6371;
}
.TagClassName
{
border-color: #AE6371;
}
</style>