Shades of Turkish Rose #AA646E
Tints of Turkish Rose #AA646E
RGB
CMYK
RGB Variations
Color information
#AA646E (or 0xAA646E) is known color: Turkish Rose. HEX triplet: AA, 64 and 6E. RGB value is (170,100,110). Sum of RGB (Red+Green+Blue) = 170+100+110=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646E is #559B91. Grayscale: #7A7A7A. Windows color (decimal): -5610386 or 7234730. OLE color: 7234730.
HSL color Cylindrical-coordinate representation of color #AA646E: hue angle of 351.43º 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 #AA646E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 110 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.33 |
| HSL | 351.43º | 0.29% | 0.53% | - |
| HSV(B) | 351.43º | 0.41% | 0.67% | - |
| XYZ | 23.95 | 18.79 | 17.12 | - |
| YUV | 122.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 110 | 0 | 0.41 | 0.35 | 0.33 | 351.43 | 0.29 | 0.53 |
| Hex | AA | 64 | 6E | 0 | 29 | 23 | 21 | 15F | 1D | 35 |
| Octal | 252 | 144 | 156 | 0 | 51 | 43 | 41 | 537 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1101110 | 0 | 101001 | 100011 | 100001 | 101011111 | 11101 | 110101 |
Color Harmonies of #AA646E
Complementary color
Monochromatic Colors of #AA646E
Black with #AA646E
Text Example
Text Example
White with #AA646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA646E; }
p { color: rgb(170,100,110); }
H1.HeaderClassName
{
color: #AA646E;
}
.AnyTagClassName
{
color: #AA646E;
}
</style>
background-color css
<style>
a { background-color: #AA646E; }
a { background-color: rgb(170,100,110); }
div.DivClassName
{
background-color: #AA646E;
}
.BgClassName
{
background-color: #AA646E;
}
</style>
border-color css
<style>
span { border-color: #AA646E; }
span { border-color: rgb(170,100,110); }
td.TdClassName
{
border-color: #AA646E;
}
.TagClassName
{
border-color: #AA646E;
}
</style>