Shades of Turkish Rose #AE797B
Tints of Turkish Rose #AE797B
RGB
CMYK
RGB Variations
Color information
#AE797B (or 0xAE797B) is known color: Turkish Rose. HEX triplet: AE, 79 and 7B. RGB value is (174,121,123). Sum of RGB (Red+Green+Blue) = 174+121+123=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE797B is #518684. Grayscale: #898989. Windows color (decimal): -5342853 or 8092078. OLE color: 8092078.
HSL color Cylindrical-coordinate representation of color #AE797B: hue angle of 357.74º 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 #AE797B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 121 | 123 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.32 |
| HSL | 357.74º | 0.25% | 0.58% | - |
| HSV(B) | 357.74º | 0.3% | 0.68% | - |
| XYZ | 27.87 | 24.1 | 21.92 | - |
| YUV | 137.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 121 | 123 | 0 | 0.30 | 0.29 | 0.32 | 357.74 | 0.25 | 0.58 |
| Hex | AE | 79 | 7B | 0 | 1E | 1D | 20 | 166 | 19 | 3A |
| Octal | 256 | 171 | 173 | 0 | 36 | 35 | 40 | 546 | 31 | 72 |
| Binary | 10101110 | 1111001 | 1111011 | 0 | 11110 | 11101 | 100000 | 101100110 | 11001 | 111010 |
Color Harmonies of #AE797B
Complementary color
Monochromatic Colors of #AE797B
Black with #AE797B
Text Example
Text Example
White with #AE797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE797B; }
p { color: rgb(174,121,123); }
H1.HeaderClassName
{
color: #AE797B;
}
.AnyTagClassName
{
color: #AE797B;
}
</style>
background-color css
<style>
a { background-color: #AE797B; }
a { background-color: rgb(174,121,123); }
div.DivClassName
{
background-color: #AE797B;
}
.BgClassName
{
background-color: #AE797B;
}
</style>
border-color css
<style>
span { border-color: #AE797B; }
span { border-color: rgb(174,121,123); }
td.TdClassName
{
border-color: #AE797B;
}
.TagClassName
{
border-color: #AE797B;
}
</style>