Shades of Turkish Rose #AA646D
Tints of Turkish Rose #AA646D
RGB
CMYK
RGB Variations
Color information
#AA646D (or 0xAA646D) is known color: Turkish Rose. HEX triplet: AA, 64 and 6D. RGB value is (170,100,109). Sum of RGB (Red+Green+Blue) = 170+100+109=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646D is #559B92. Grayscale: #797979. Windows color (decimal): -5610387 or 7169194. OLE color: 7169194.
HSL color Cylindrical-coordinate representation of color #AA646D: hue angle of 352.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA646D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 109 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.33 |
| HSL | 352.29º | 0.29% | 0.53% | - |
| HSV(B) | 352.29º | 0.41% | 0.67% | - |
| XYZ | 23.9 | 18.76 | 16.83 | - |
| YUV | 121.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 109 | 0 | 0.41 | 0.36 | 0.33 | 352.29 | 0.29 | 0.53 |
| Hex | AA | 64 | 6D | 0 | 29 | 24 | 21 | 160 | 1D | 35 |
| Octal | 252 | 144 | 155 | 0 | 51 | 44 | 41 | 540 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1101101 | 0 | 101001 | 100100 | 100001 | 101100000 | 11101 | 110101 |
Color Harmonies of #AA646D
Complementary color
Monochromatic Colors of #AA646D
Black with #AA646D
Text Example
Text Example
White with #AA646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA646D; }
p { color: rgb(170,100,109); }
H1.HeaderClassName
{
color: #AA646D;
}
.AnyTagClassName
{
color: #AA646D;
}
</style>
background-color css
<style>
a { background-color: #AA646D; }
a { background-color: rgb(170,100,109); }
div.DivClassName
{
background-color: #AA646D;
}
.BgClassName
{
background-color: #AA646D;
}
</style>
border-color css
<style>
span { border-color: #AA646D; }
span { border-color: rgb(170,100,109); }
td.TdClassName
{
border-color: #AA646D;
}
.TagClassName
{
border-color: #AA646D;
}
</style>