Shades of Turkish Rose #AE707A
Tints of Turkish Rose #AE707A
RGB
CMYK
RGB Variations
Color information
#AE707A (or 0xAE707A) is known color: Turkish Rose. HEX triplet: AE, 70 and 7A. RGB value is (174,112,122). Sum of RGB (Red+Green+Blue) = 174+112+122=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707A is #518F85. Grayscale: #838383. Windows color (decimal): -5345158 or 8024238. OLE color: 8024238.
HSL color Cylindrical-coordinate representation of color #AE707A: hue angle of 350.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE707A is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 122 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.32 |
| HSL | 350.32º | 0.28% | 0.56% | - |
| HSV(B) | 350.32º | 0.36% | 0.68% | - |
| XYZ | 26.76 | 21.99 | 21.25 | - |
| YUV | 131.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 122 | 0 | 0.36 | 0.30 | 0.32 | 350.32 | 0.28 | 0.56 |
| Hex | AE | 70 | 7A | 0 | 24 | 1E | 20 | 15E | 1C | 38 |
| Octal | 256 | 160 | 172 | 0 | 44 | 36 | 40 | 536 | 34 | 70 |
| Binary | 10101110 | 1110000 | 1111010 | 0 | 100100 | 11110 | 100000 | 101011110 | 11100 | 111000 |
Color Harmonies of #AE707A
Complementary color
Monochromatic Colors of #AE707A
Black with #AE707A
Text Example
Text Example
White with #AE707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE707A; }
p { color: rgb(174,112,122); }
H1.HeaderClassName
{
color: #AE707A;
}
.AnyTagClassName
{
color: #AE707A;
}
</style>
background-color css
<style>
a { background-color: #AE707A; }
a { background-color: rgb(174,112,122); }
div.DivClassName
{
background-color: #AE707A;
}
.BgClassName
{
background-color: #AE707A;
}
</style>
border-color css
<style>
span { border-color: #AE707A; }
span { border-color: rgb(174,112,122); }
td.TdClassName
{
border-color: #AE707A;
}
.TagClassName
{
border-color: #AE707A;
}
</style>