Shades of Turkish Rose #AA696A
Tints of Turkish Rose #AA696A
RGB
CMYK
RGB Variations
Color information
#AA696A (or 0xAA696A) is known color: Turkish Rose. HEX triplet: AA, 69 and 6A. RGB value is (170,105,106). Sum of RGB (Red+Green+Blue) = 170+105+106=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696A is #559695. Grayscale: #7C7C7C. Windows color (decimal): -5609110 or 6973866. OLE color: 6973866.
HSL color Cylindrical-coordinate representation of color #AA696A: hue angle of 359.08º 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 #AA696A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 106 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.33 |
| HSL | 359.08º | 0.28% | 0.54% | - |
| HSV(B) | 359.08º | 0.38% | 0.67% | - |
| XYZ | 24.23 | 19.69 | 16.16 | - |
| YUV | 124.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 106 | 0 | 0.38 | 0.38 | 0.33 | 359.08 | 0.28 | 0.54 |
| Hex | AA | 69 | 6A | 0 | 26 | 26 | 21 | 167 | 1C | 36 |
| Octal | 252 | 151 | 152 | 0 | 46 | 46 | 41 | 547 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1101010 | 0 | 100110 | 100110 | 100001 | 101100111 | 11100 | 110110 |
Color Harmonies of #AA696A
Complementary color
Monochromatic Colors of #AA696A
Black with #AA696A
Text Example
Text Example
White with #AA696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA696A; }
p { color: rgb(170,105,106); }
H1.HeaderClassName
{
color: #AA696A;
}
.AnyTagClassName
{
color: #AA696A;
}
</style>
background-color css
<style>
a { background-color: #AA696A; }
a { background-color: rgb(170,105,106); }
div.DivClassName
{
background-color: #AA696A;
}
.BgClassName
{
background-color: #AA696A;
}
</style>
border-color css
<style>
span { border-color: #AA696A; }
span { border-color: rgb(170,105,106); }
td.TdClassName
{
border-color: #AA696A;
}
.TagClassName
{
border-color: #AA696A;
}
</style>