Shades of Turkish Rose #AE7274
Tints of Turkish Rose #AE7274
RGB
CMYK
RGB Variations
Color information
#AE7274 (or 0xAE7274) is known color: Turkish Rose. HEX triplet: AE, 72 and 74. RGB value is (174,114,116). Sum of RGB (Red+Green+Blue) = 174+114+116=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7274 is #518D8B. Grayscale: #848484. Windows color (decimal): -5344652 or 7631534. OLE color: 7631534.
HSL color Cylindrical-coordinate representation of color #AE7274: hue angle of 358º 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 #AE7274 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 116 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.32 |
| HSL | 358º | 0.27% | 0.56% | - |
| HSV(B) | 358º | 0.34% | 0.68% | - |
| XYZ | 26.63 | 22.29 | 19.42 | - |
| YUV | 132.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 116 | 0 | 0.34 | 0.33 | 0.32 | 358 | 0.27 | 0.56 |
| Hex | AE | 72 | 74 | 0 | 22 | 21 | 20 | 166 | 1B | 38 |
| Octal | 256 | 162 | 164 | 0 | 42 | 41 | 40 | 546 | 33 | 70 |
| Binary | 10101110 | 1110010 | 1110100 | 0 | 100010 | 100001 | 100000 | 101100110 | 11011 | 111000 |
Color Harmonies of #AE7274
Complementary color
Monochromatic Colors of #AE7274
Black with #AE7274
Text Example
Text Example
White with #AE7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7274; }
p { color: rgb(174,114,116); }
H1.HeaderClassName
{
color: #AE7274;
}
.AnyTagClassName
{
color: #AE7274;
}
</style>
background-color css
<style>
a { background-color: #AE7274; }
a { background-color: rgb(174,114,116); }
div.DivClassName
{
background-color: #AE7274;
}
.BgClassName
{
background-color: #AE7274;
}
</style>
border-color css
<style>
span { border-color: #AE7274; }
span { border-color: rgb(174,114,116); }
td.TdClassName
{
border-color: #AE7274;
}
.TagClassName
{
border-color: #AE7274;
}
</style>