Shades of Turkish Rose #AE6E6F
Tints of Turkish Rose #AE6E6F
RGB
CMYK
RGB Variations
Color information
#AE6E6F (or 0xAE6E6F) is known color: Turkish Rose. HEX triplet: AE, 6E and 6F. RGB value is (174,110,111). Sum of RGB (Red+Green+Blue) = 174+110+111=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E6F is #519190. Grayscale: #818181. Windows color (decimal): -5345681 or 7302830. OLE color: 7302830.
HSL color Cylindrical-coordinate representation of color #AE6E6F: hue angle of 359.06º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E6F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 111 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.32 |
| HSL | 359.06º | 0.28% | 0.56% | - |
| HSV(B) | 359.06º | 0.37% | 0.68% | - |
| XYZ | 25.9 | 21.3 | 17.78 | - |
| YUV | 129.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 111 | 0 | 0.37 | 0.36 | 0.32 | 359.06 | 0.28 | 0.56 |
| Hex | AE | 6E | 6F | 0 | 25 | 24 | 20 | 167 | 1C | 38 |
| Octal | 256 | 156 | 157 | 0 | 45 | 44 | 40 | 547 | 34 | 70 |
| Binary | 10101110 | 1101110 | 1101111 | 0 | 100101 | 100100 | 100000 | 101100111 | 11100 | 111000 |
Color Harmonies of #AE6E6F
Complementary color
Monochromatic Colors of #AE6E6F
Black with #AE6E6F
Text Example
Text Example
White with #AE6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E6F; }
p { color: rgb(174,110,111); }
H1.HeaderClassName
{
color: #AE6E6F;
}
.AnyTagClassName
{
color: #AE6E6F;
}
</style>
background-color css
<style>
a { background-color: #AE6E6F; }
a { background-color: rgb(174,110,111); }
div.DivClassName
{
background-color: #AE6E6F;
}
.BgClassName
{
background-color: #AE6E6F;
}
</style>
border-color css
<style>
span { border-color: #AE6E6F; }
span { border-color: rgb(174,110,111); }
td.TdClassName
{
border-color: #AE6E6F;
}
.TagClassName
{
border-color: #AE6E6F;
}
</style>