Shades of Turkish Rose #AE797E
Tints of Turkish Rose #AE797E
RGB
CMYK
RGB Variations
Color information
#AE797E (or 0xAE797E) is known color: Turkish Rose. HEX triplet: AE, 79 and 7E. RGB value is (174,121,126). Sum of RGB (Red+Green+Blue) = 174+121+126=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE797E is #518681. Grayscale: #898989. Windows color (decimal): -5342850 or 8288686. OLE color: 8288686.
HSL color Cylindrical-coordinate representation of color #AE797E: hue angle of 354.34º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE797E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 121 | 126 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.32 |
| HSL | 354.34º | 0.25% | 0.58% | - |
| HSV(B) | 354.34º | 0.3% | 0.68% | - |
| XYZ | 28.06 | 24.18 | 22.93 | - |
| YUV | 137.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 121 | 126 | 0 | 0.30 | 0.28 | 0.32 | 354.34 | 0.25 | 0.58 |
| Hex | AE | 79 | 7E | 0 | 1E | 1C | 20 | 162 | 19 | 3A |
| Octal | 256 | 171 | 176 | 0 | 36 | 34 | 40 | 542 | 31 | 72 |
| Binary | 10101110 | 1111001 | 1111110 | 0 | 11110 | 11100 | 100000 | 101100010 | 11001 | 111010 |
Color Harmonies of #AE797E
Complementary color
Monochromatic Colors of #AE797E
Black with #AE797E
Text Example
Text Example
White with #AE797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE797E; }
p { color: rgb(174,121,126); }
H1.HeaderClassName
{
color: #AE797E;
}
.AnyTagClassName
{
color: #AE797E;
}
</style>
background-color css
<style>
a { background-color: #AE797E; }
a { background-color: rgb(174,121,126); }
div.DivClassName
{
background-color: #AE797E;
}
.BgClassName
{
background-color: #AE797E;
}
</style>
border-color css
<style>
span { border-color: #AE797E; }
span { border-color: rgb(174,121,126); }
td.TdClassName
{
border-color: #AE797E;
}
.TagClassName
{
border-color: #AE797E;
}
</style>