Shades of Turkish Rose #AE7277
Tints of Turkish Rose #AE7277
RGB
CMYK
RGB Variations
Color information
#AE7277 (or 0xAE7277) is known color: Turkish Rose. HEX triplet: AE, 72 and 77. RGB value is (174,114,119). Sum of RGB (Red+Green+Blue) = 174+114+119=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7277 is #518D88. Grayscale: #848484. Windows color (decimal): -5344649 or 7828142. OLE color: 7828142.
HSL color Cylindrical-coordinate representation of color #AE7277: hue angle of 355º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7277 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 119 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.32 |
| HSL | 355º | 0.27% | 0.56% | - |
| HSV(B) | 355º | 0.34% | 0.68% | - |
| XYZ | 26.8 | 22.37 | 20.36 | - |
| YUV | 132.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 119 | 0 | 0.34 | 0.32 | 0.32 | 355 | 0.27 | 0.56 |
| Hex | AE | 72 | 77 | 0 | 22 | 20 | 20 | 163 | 1B | 38 |
| Octal | 256 | 162 | 167 | 0 | 42 | 40 | 40 | 543 | 33 | 70 |
| Binary | 10101110 | 1110010 | 1110111 | 0 | 100010 | 100000 | 100000 | 101100011 | 11011 | 111000 |
Color Harmonies of #AE7277
Complementary color
Monochromatic Colors of #AE7277
Black with #AE7277
Text Example
Text Example
White with #AE7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7277; }
p { color: rgb(174,114,119); }
H1.HeaderClassName
{
color: #AE7277;
}
.AnyTagClassName
{
color: #AE7277;
}
</style>
background-color css
<style>
a { background-color: #AE7277; }
a { background-color: rgb(174,114,119); }
div.DivClassName
{
background-color: #AE7277;
}
.BgClassName
{
background-color: #AE7277;
}
</style>
border-color css
<style>
span { border-color: #AE7277; }
span { border-color: rgb(174,114,119); }
td.TdClassName
{
border-color: #AE7277;
}
.TagClassName
{
border-color: #AE7277;
}
</style>