Shades of Turkish Rose #AA697A
Tints of Turkish Rose #AA697A
RGB
CMYK
RGB Variations
Color information
#AA697A (or 0xAA697A) is known color: Turkish Rose. HEX triplet: AA, 69 and 7A. RGB value is (170,105,122). Sum of RGB (Red+Green+Blue) = 170+105+122=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697A is #559685. Grayscale: #7E7E7E. Windows color (decimal): -5609094 or 8022442. OLE color: 8022442.
HSL color Cylindrical-coordinate representation of color #AA697A: hue angle of 344.31º 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 #AA697A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 122 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.33 |
| HSL | 344.31º | 0.28% | 0.54% | - |
| HSV(B) | 344.31º | 0.38% | 0.67% | - |
| XYZ | 25.14 | 20.05 | 20.96 | - |
| YUV | 126.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 122 | 0 | 0.38 | 0.28 | 0.33 | 344.31 | 0.28 | 0.54 |
| Hex | AA | 69 | 7A | 0 | 26 | 1C | 21 | 158 | 1C | 36 |
| Octal | 252 | 151 | 172 | 0 | 46 | 34 | 41 | 530 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1111010 | 0 | 100110 | 11100 | 100001 | 101011000 | 11100 | 110110 |
Color Harmonies of #AA697A
Complementary color
Monochromatic Colors of #AA697A
Black with #AA697A
Text Example
Text Example
White with #AA697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA697A; }
p { color: rgb(170,105,122); }
H1.HeaderClassName
{
color: #AA697A;
}
.AnyTagClassName
{
color: #AA697A;
}
</style>
background-color css
<style>
a { background-color: #AA697A; }
a { background-color: rgb(170,105,122); }
div.DivClassName
{
background-color: #AA697A;
}
.BgClassName
{
background-color: #AA697A;
}
</style>
border-color css
<style>
span { border-color: #AA697A; }
span { border-color: rgb(170,105,122); }
td.TdClassName
{
border-color: #AA697A;
}
.TagClassName
{
border-color: #AA697A;
}
</style>