Shades of Turkish Rose #AE6375
Tints of Turkish Rose #AE6375
RGB
CMYK
RGB Variations
Color information
#AE6375 (or 0xAE6375) is known color: Turkish Rose. HEX triplet: AE, 63 and 75. RGB value is (174,99,117). Sum of RGB (Red+Green+Blue) = 174+99+117=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6375 is #519C8A. Grayscale: #7B7B7B. Windows color (decimal): -5348491 or 7693230. OLE color: 7693230.
HSL color Cylindrical-coordinate representation of color #AE6375: hue angle of 345.6º 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 #AE6375 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 99 | 117 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.32 |
| HSL | 345.6º | 0.32% | 0.54% | - |
| HSV(B) | 345.6º | 0.43% | 0.68% | - |
| XYZ | 25.13 | 19.21 | 19.21 | - |
| YUV | 123.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 99 | 117 | 0 | 0.43 | 0.33 | 0.32 | 345.6 | 0.32 | 0.54 |
| Hex | AE | 63 | 75 | 0 | 2B | 21 | 20 | 15A | 20 | 36 |
| Octal | 256 | 143 | 165 | 0 | 53 | 41 | 40 | 532 | 40 | 66 |
| Binary | 10101110 | 1100011 | 1110101 | 0 | 101011 | 100001 | 100000 | 101011010 | 100000 | 110110 |
Color Harmonies of #AE6375
Complementary color
Monochromatic Colors of #AE6375
Black with #AE6375
Text Example
Text Example
White with #AE6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6375; }
p { color: rgb(174,99,117); }
H1.HeaderClassName
{
color: #AE6375;
}
.AnyTagClassName
{
color: #AE6375;
}
</style>
background-color css
<style>
a { background-color: #AE6375; }
a { background-color: rgb(174,99,117); }
div.DivClassName
{
background-color: #AE6375;
}
.BgClassName
{
background-color: #AE6375;
}
</style>
border-color css
<style>
span { border-color: #AE6375; }
span { border-color: rgb(174,99,117); }
td.TdClassName
{
border-color: #AE6375;
}
.TagClassName
{
border-color: #AE6375;
}
</style>