Shades of Turkish Rose #AE757A
Tints of Turkish Rose #AE757A
RGB
CMYK
RGB Variations
Color information
#AE757A (or 0xAE757A) is known color: Turkish Rose. HEX triplet: AE, 75 and 7A. RGB value is (174,117,122). Sum of RGB (Red+Green+Blue) = 174+117+122=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757A is #518A85. Grayscale: #868686. Windows color (decimal): -5343878 or 8025518. OLE color: 8025518.
HSL color Cylindrical-coordinate representation of color #AE757A: hue angle of 354.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE757A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 122 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.32 |
| HSL | 354.74º | 0.26% | 0.57% | - |
| HSV(B) | 354.74º | 0.33% | 0.68% | - |
| XYZ | 27.33 | 23.13 | 21.44 | - |
| YUV | 134.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 122 | 0 | 0.33 | 0.30 | 0.32 | 354.74 | 0.26 | 0.57 |
| Hex | AE | 75 | 7A | 0 | 21 | 1E | 20 | 163 | 1A | 39 |
| Octal | 256 | 165 | 172 | 0 | 41 | 36 | 40 | 543 | 32 | 71 |
| Binary | 10101110 | 1110101 | 1111010 | 0 | 100001 | 11110 | 100000 | 101100011 | 11010 | 111001 |
Color Harmonies of #AE757A
Complementary color
Monochromatic Colors of #AE757A
Black with #AE757A
Text Example
Text Example
White with #AE757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE757A; }
p { color: rgb(174,117,122); }
H1.HeaderClassName
{
color: #AE757A;
}
.AnyTagClassName
{
color: #AE757A;
}
</style>
background-color css
<style>
a { background-color: #AE757A; }
a { background-color: rgb(174,117,122); }
div.DivClassName
{
background-color: #AE757A;
}
.BgClassName
{
background-color: #AE757A;
}
</style>
border-color css
<style>
span { border-color: #AE757A; }
span { border-color: rgb(174,117,122); }
td.TdClassName
{
border-color: #AE757A;
}
.TagClassName
{
border-color: #AE757A;
}
</style>