Shades of Turkish Rose #AA686D
Tints of Turkish Rose #AA686D
RGB
CMYK
RGB Variations
Color information
#AA686D (or 0xAA686D) is known color: Turkish Rose. HEX triplet: AA, 68 and 6D. RGB value is (170,104,109). Sum of RGB (Red+Green+Blue) = 170+104+109=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686D is #559792. Grayscale: #7C7C7C. Windows color (decimal): -5609363 or 7170218. OLE color: 7170218.
HSL color Cylindrical-coordinate representation of color #AA686D: hue angle of 355.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA686D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 109 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.33 |
| HSL | 355.45º | 0.28% | 0.54% | - |
| HSV(B) | 355.45º | 0.39% | 0.67% | - |
| XYZ | 24.29 | 19.55 | 16.96 | - |
| YUV | 124.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 109 | 0 | 0.39 | 0.36 | 0.33 | 355.45 | 0.28 | 0.54 |
| Hex | AA | 68 | 6D | 0 | 27 | 24 | 21 | 163 | 1C | 36 |
| Octal | 252 | 150 | 155 | 0 | 47 | 44 | 41 | 543 | 34 | 66 |
| Binary | 10101010 | 1101000 | 1101101 | 0 | 100111 | 100100 | 100001 | 101100011 | 11100 | 110110 |
Color Harmonies of #AA686D
Complementary color
Monochromatic Colors of #AA686D
Black with #AA686D
Text Example
Text Example
White with #AA686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA686D; }
p { color: rgb(170,104,109); }
H1.HeaderClassName
{
color: #AA686D;
}
.AnyTagClassName
{
color: #AA686D;
}
</style>
background-color css
<style>
a { background-color: #AA686D; }
a { background-color: rgb(170,104,109); }
div.DivClassName
{
background-color: #AA686D;
}
.BgClassName
{
background-color: #AA686D;
}
</style>
border-color css
<style>
span { border-color: #AA686D; }
span { border-color: rgb(170,104,109); }
td.TdClassName
{
border-color: #AA686D;
}
.TagClassName
{
border-color: #AA686D;
}
</style>