Shades of Turkish Rose #AE737A
Tints of Turkish Rose #AE737A
RGB
CMYK
RGB Variations
Color information
#AE737A (or 0xAE737A) is known color: Turkish Rose. HEX triplet: AE, 73 and 7A. RGB value is (174,115,122). Sum of RGB (Red+Green+Blue) = 174+115+122=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE737A is #518C85. Grayscale: #858585. Windows color (decimal): -5344390 or 8025006. OLE color: 8025006.
HSL color Cylindrical-coordinate representation of color #AE737A: hue angle of 352.88º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE737A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 122 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.32 |
| HSL | 352.88º | 0.27% | 0.57% | - |
| HSV(B) | 352.88º | 0.34% | 0.68% | - |
| XYZ | 27.1 | 22.67 | 21.36 | - |
| YUV | 133.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 122 | 0 | 0.34 | 0.30 | 0.32 | 352.88 | 0.27 | 0.57 |
| Hex | AE | 73 | 7A | 0 | 22 | 1E | 20 | 161 | 1B | 39 |
| Octal | 256 | 163 | 172 | 0 | 42 | 36 | 40 | 541 | 33 | 71 |
| Binary | 10101110 | 1110011 | 1111010 | 0 | 100010 | 11110 | 100000 | 101100001 | 11011 | 111001 |
Color Harmonies of #AE737A
Complementary color
Monochromatic Colors of #AE737A
Black with #AE737A
Text Example
Text Example
White with #AE737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE737A; }
p { color: rgb(174,115,122); }
H1.HeaderClassName
{
color: #AE737A;
}
.AnyTagClassName
{
color: #AE737A;
}
</style>
background-color css
<style>
a { background-color: #AE737A; }
a { background-color: rgb(174,115,122); }
div.DivClassName
{
background-color: #AE737A;
}
.BgClassName
{
background-color: #AE737A;
}
</style>
border-color css
<style>
span { border-color: #AE737A; }
span { border-color: rgb(174,115,122); }
td.TdClassName
{
border-color: #AE737A;
}
.TagClassName
{
border-color: #AE737A;
}
</style>