Shades of Turkish Rose #AA696C
Tints of Turkish Rose #AA696C
RGB
CMYK
RGB Variations
Color information
#AA696C (or 0xAA696C) is known color: Turkish Rose. HEX triplet: AA, 69 and 6C. RGB value is (170,105,108). Sum of RGB (Red+Green+Blue) = 170+105+108=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696C is #559693. Grayscale: #7C7C7C. Windows color (decimal): -5609108 or 7104938. OLE color: 7104938.
HSL color Cylindrical-coordinate representation of color #AA696C: hue angle of 357.23º 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 #AA696C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 108 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.33 |
| HSL | 357.23º | 0.28% | 0.54% | - |
| HSV(B) | 357.23º | 0.38% | 0.67% | - |
| XYZ | 24.34 | 19.73 | 16.71 | - |
| YUV | 124.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 108 | 0 | 0.38 | 0.36 | 0.33 | 357.23 | 0.28 | 0.54 |
| Hex | AA | 69 | 6C | 0 | 26 | 24 | 21 | 165 | 1C | 36 |
| Octal | 252 | 151 | 154 | 0 | 46 | 44 | 41 | 545 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1101100 | 0 | 100110 | 100100 | 100001 | 101100101 | 11100 | 110110 |
Color Harmonies of #AA696C
Complementary color
Monochromatic Colors of #AA696C
Black with #AA696C
Text Example
Text Example
White with #AA696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA696C; }
p { color: rgb(170,105,108); }
H1.HeaderClassName
{
color: #AA696C;
}
.AnyTagClassName
{
color: #AA696C;
}
</style>
background-color css
<style>
a { background-color: #AA696C; }
a { background-color: rgb(170,105,108); }
div.DivClassName
{
background-color: #AA696C;
}
.BgClassName
{
background-color: #AA696C;
}
</style>
border-color css
<style>
span { border-color: #AA696C; }
span { border-color: rgb(170,105,108); }
td.TdClassName
{
border-color: #AA696C;
}
.TagClassName
{
border-color: #AA696C;
}
</style>