Shades of Turkish Rose #AA696B
Tints of Turkish Rose #AA696B
RGB
CMYK
RGB Variations
Color information
#AA696B (or 0xAA696B) is known color: Turkish Rose. HEX triplet: AA, 69 and 6B. RGB value is (170,105,107). Sum of RGB (Red+Green+Blue) = 170+105+107=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696B is #559694. Grayscale: #7C7C7C. Windows color (decimal): -5609109 or 7039402. OLE color: 7039402.
HSL color Cylindrical-coordinate representation of color #AA696B: hue angle of 358.15º 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 #AA696B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 107 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.33 |
| HSL | 358.15º | 0.28% | 0.54% | - |
| HSV(B) | 358.15º | 0.38% | 0.67% | - |
| XYZ | 24.28 | 19.71 | 16.43 | - |
| YUV | 124.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 107 | 0 | 0.38 | 0.37 | 0.33 | 358.15 | 0.28 | 0.54 |
| Hex | AA | 69 | 6B | 0 | 26 | 25 | 21 | 166 | 1C | 36 |
| Octal | 252 | 151 | 153 | 0 | 46 | 45 | 41 | 546 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1101011 | 0 | 100110 | 100101 | 100001 | 101100110 | 11100 | 110110 |
Color Harmonies of #AA696B
Complementary color
Monochromatic Colors of #AA696B
Black with #AA696B
Text Example
Text Example
White with #AA696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA696B; }
p { color: rgb(170,105,107); }
H1.HeaderClassName
{
color: #AA696B;
}
.AnyTagClassName
{
color: #AA696B;
}
</style>
background-color css
<style>
a { background-color: #AA696B; }
a { background-color: rgb(170,105,107); }
div.DivClassName
{
background-color: #AA696B;
}
.BgClassName
{
background-color: #AA696B;
}
</style>
border-color css
<style>
span { border-color: #AA696B; }
span { border-color: rgb(170,105,107); }
td.TdClassName
{
border-color: #AA696B;
}
.TagClassName
{
border-color: #AA696B;
}
</style>