Shades of Turkish Rose #AE7E80
Tints of Turkish Rose #AE7E80
RGB
CMYK
RGB Variations
Color information
#AE7E80 (or 0xAE7E80) is known color: Turkish Rose. HEX triplet: AE, 7E and 80. RGB value is (174,126,128). Sum of RGB (Red+Green+Blue) = 174+126+128=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E80 is #51817F. Grayscale: #8C8C8C. Windows color (decimal): -5341568 or 8421038. OLE color: 8421038.
HSL color Cylindrical-coordinate representation of color #AE7E80: hue angle of 357.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7E80 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 128 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.32 |
| HSL | 357.5º | 0.23% | 0.59% | - |
| HSV(B) | 357.5º | 0.28% | 0.68% | - |
| XYZ | 28.81 | 25.48 | 23.82 | - |
| YUV | 140.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 128 | 0 | 0.28 | 0.26 | 0.32 | 357.5 | 0.23 | 0.59 |
| Hex | AE | 7E | 80 | 0 | 1C | 1A | 20 | 166 | 17 | 3B |
| Octal | 256 | 176 | 200 | 0 | 34 | 32 | 40 | 546 | 27 | 73 |
| Binary | 10101110 | 1111110 | 10000000 | 0 | 11100 | 11010 | 100000 | 101100110 | 10111 | 111011 |
Color Harmonies of #AE7E80
Complementary color
Monochromatic Colors of #AE7E80
Black with #AE7E80
Text Example
Text Example
White with #AE7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E80; }
p { color: rgb(174,126,128); }
H1.HeaderClassName
{
color: #AE7E80;
}
.AnyTagClassName
{
color: #AE7E80;
}
</style>
background-color css
<style>
a { background-color: #AE7E80; }
a { background-color: rgb(174,126,128); }
div.DivClassName
{
background-color: #AE7E80;
}
.BgClassName
{
background-color: #AE7E80;
}
</style>
border-color css
<style>
span { border-color: #AE7E80; }
span { border-color: rgb(174,126,128); }
td.TdClassName
{
border-color: #AE7E80;
}
.TagClassName
{
border-color: #AE7E80;
}
</style>