Shades of Turkish Rose #AE797F
Tints of Turkish Rose #AE797F
RGB
CMYK
RGB Variations
Color information
#AE797F (or 0xAE797F) is known color: Turkish Rose. HEX triplet: AE, 79 and 7F. RGB value is (174,121,127). Sum of RGB (Red+Green+Blue) = 174+121+127=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE797F is #518680. Grayscale: #898989. Windows color (decimal): -5342849 or 8354222. OLE color: 8354222.
HSL color Cylindrical-coordinate representation of color #AE797F: hue angle of 353.21º 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 #AE797F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 121 | 127 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.32 |
| HSL | 353.21º | 0.25% | 0.58% | - |
| HSV(B) | 353.21º | 0.3% | 0.68% | - |
| XYZ | 28.12 | 24.21 | 23.27 | - |
| YUV | 137.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 121 | 127 | 0 | 0.30 | 0.27 | 0.32 | 353.21 | 0.25 | 0.58 |
| Hex | AE | 79 | 7F | 0 | 1E | 1B | 20 | 161 | 19 | 3A |
| Octal | 256 | 171 | 177 | 0 | 36 | 33 | 40 | 541 | 31 | 72 |
| Binary | 10101110 | 1111001 | 1111111 | 0 | 11110 | 11011 | 100000 | 101100001 | 11001 | 111010 |
Color Harmonies of #AE797F
Complementary color
Monochromatic Colors of #AE797F
Black with #AE797F
Text Example
Text Example
White with #AE797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE797F; }
p { color: rgb(174,121,127); }
H1.HeaderClassName
{
color: #AE797F;
}
.AnyTagClassName
{
color: #AE797F;
}
</style>
background-color css
<style>
a { background-color: #AE797F; }
a { background-color: rgb(174,121,127); }
div.DivClassName
{
background-color: #AE797F;
}
.BgClassName
{
background-color: #AE797F;
}
</style>
border-color css
<style>
span { border-color: #AE797F; }
span { border-color: rgb(174,121,127); }
td.TdClassName
{
border-color: #AE797F;
}
.TagClassName
{
border-color: #AE797F;
}
</style>