Shades of Turkish Rose #AE696B
Tints of Turkish Rose #AE696B
RGB
CMYK
RGB Variations
Color information
#AE696B (or 0xAE696B) is known color: Turkish Rose. HEX triplet: AE, 69 and 6B. RGB value is (174,105,107). Sum of RGB (Red+Green+Blue) = 174+105+107=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE696B is #519694. Grayscale: #7D7D7D. Windows color (decimal): -5346965 or 7039406. OLE color: 7039406.
HSL color Cylindrical-coordinate representation of color #AE696B: hue angle of 358.26º 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 #AE696B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 107 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.32 |
| HSL | 358.26º | 0.3% | 0.55% | - |
| HSV(B) | 358.26º | 0.4% | 0.68% | - |
| XYZ | 25.16 | 20.16 | 16.48 | - |
| YUV | 125.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 107 | 0 | 0.40 | 0.39 | 0.32 | 358.26 | 0.3 | 0.55 |
| Hex | AE | 69 | 6B | 0 | 28 | 27 | 20 | 166 | 1E | 37 |
| Octal | 256 | 151 | 153 | 0 | 50 | 47 | 40 | 546 | 36 | 67 |
| Binary | 10101110 | 1101001 | 1101011 | 0 | 101000 | 100111 | 100000 | 101100110 | 11110 | 110111 |
Color Harmonies of #AE696B
Complementary color
Monochromatic Colors of #AE696B
Black with #AE696B
Text Example
Text Example
White with #AE696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE696B; }
p { color: rgb(174,105,107); }
H1.HeaderClassName
{
color: #AE696B;
}
.AnyTagClassName
{
color: #AE696B;
}
</style>
background-color css
<style>
a { background-color: #AE696B; }
a { background-color: rgb(174,105,107); }
div.DivClassName
{
background-color: #AE696B;
}
.BgClassName
{
background-color: #AE696B;
}
</style>
border-color css
<style>
span { border-color: #AE696B; }
span { border-color: rgb(174,105,107); }
td.TdClassName
{
border-color: #AE696B;
}
.TagClassName
{
border-color: #AE696B;
}
</style>