Shades of Turkish Rose #AA696E
Tints of Turkish Rose #AA696E
RGB
CMYK
RGB Variations
Color information
#AA696E (or 0xAA696E) is known color: Turkish Rose. HEX triplet: AA, 69 and 6E. RGB value is (170,105,110). Sum of RGB (Red+Green+Blue) = 170+105+110=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696E is #559691. Grayscale: #7D7D7D. Windows color (decimal): -5609106 or 7236010. OLE color: 7236010.
HSL color Cylindrical-coordinate representation of color #AA696E: hue angle of 355.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA696E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 110 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.33 |
| HSL | 355.38º | 0.28% | 0.54% | - |
| HSV(B) | 355.38º | 0.38% | 0.67% | - |
| XYZ | 24.44 | 19.77 | 17.28 | - |
| YUV | 125.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 110 | 0 | 0.38 | 0.35 | 0.33 | 355.38 | 0.28 | 0.54 |
| Hex | AA | 69 | 6E | 0 | 26 | 23 | 21 | 163 | 1C | 36 |
| Octal | 252 | 151 | 156 | 0 | 46 | 43 | 41 | 543 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1101110 | 0 | 100110 | 100011 | 100001 | 101100011 | 11100 | 110110 |
Color Harmonies of #AA696E
Complementary color
Monochromatic Colors of #AA696E
Black with #AA696E
Text Example
Text Example
White with #AA696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA696E; }
p { color: rgb(170,105,110); }
H1.HeaderClassName
{
color: #AA696E;
}
.AnyTagClassName
{
color: #AA696E;
}
</style>
background-color css
<style>
a { background-color: #AA696E; }
a { background-color: rgb(170,105,110); }
div.DivClassName
{
background-color: #AA696E;
}
.BgClassName
{
background-color: #AA696E;
}
</style>
border-color css
<style>
span { border-color: #AA696E; }
span { border-color: rgb(170,105,110); }
td.TdClassName
{
border-color: #AA696E;
}
.TagClassName
{
border-color: #AA696E;
}
</style>