Shades of Turkish Rose #AE696F
Tints of Turkish Rose #AE696F
RGB
CMYK
RGB Variations
Color information
#AE696F (or 0xAE696F) is known color: Turkish Rose. HEX triplet: AE, 69 and 6F. RGB value is (174,105,111). Sum of RGB (Red+Green+Blue) = 174+105+111=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE696F is #519690. Grayscale: #7E7E7E. Windows color (decimal): -5346961 or 7301550. OLE color: 7301550.
HSL color Cylindrical-coordinate representation of color #AE696F: hue angle of 354.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE696F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 111 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.32 |
| HSL | 354.78º | 0.3% | 0.55% | - |
| HSV(B) | 354.78º | 0.4% | 0.68% | - |
| XYZ | 25.38 | 20.25 | 17.61 | - |
| YUV | 126.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 111 | 0 | 0.40 | 0.36 | 0.32 | 354.78 | 0.3 | 0.55 |
| Hex | AE | 69 | 6F | 0 | 28 | 24 | 20 | 163 | 1E | 37 |
| Octal | 256 | 151 | 157 | 0 | 50 | 44 | 40 | 543 | 36 | 67 |
| Binary | 10101110 | 1101001 | 1101111 | 0 | 101000 | 100100 | 100000 | 101100011 | 11110 | 110111 |
Color Harmonies of #AE696F
Complementary color
Monochromatic Colors of #AE696F
Black with #AE696F
Text Example
Text Example
White with #AE696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE696F; }
p { color: rgb(174,105,111); }
H1.HeaderClassName
{
color: #AE696F;
}
.AnyTagClassName
{
color: #AE696F;
}
</style>
background-color css
<style>
a { background-color: #AE696F; }
a { background-color: rgb(174,105,111); }
div.DivClassName
{
background-color: #AE696F;
}
.BgClassName
{
background-color: #AE696F;
}
</style>
border-color css
<style>
span { border-color: #AE696F; }
span { border-color: rgb(174,105,111); }
td.TdClassName
{
border-color: #AE696F;
}
.TagClassName
{
border-color: #AE696F;
}
</style>