Shades of Turkish Rose #AA646F
Tints of Turkish Rose #AA646F
RGB
CMYK
RGB Variations
Color information
#AA646F (or 0xAA646F) is known color: Turkish Rose. HEX triplet: AA, 64 and 6F. RGB value is (170,100,111). Sum of RGB (Red+Green+Blue) = 170+100+111=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646F is #559B90. Grayscale: #7A7A7A. Windows color (decimal): -5610385 or 7300266. OLE color: 7300266.
HSL color Cylindrical-coordinate representation of color #AA646F: hue angle of 350.57º 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 #AA646F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 111 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.33 |
| HSL | 350.57º | 0.29% | 0.53% | - |
| HSV(B) | 350.57º | 0.41% | 0.67% | - |
| XYZ | 24 | 18.81 | 17.4 | - |
| YUV | 122.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 111 | 0 | 0.41 | 0.35 | 0.33 | 350.57 | 0.29 | 0.53 |
| Hex | AA | 64 | 6F | 0 | 29 | 23 | 21 | 15F | 1D | 35 |
| Octal | 252 | 144 | 157 | 0 | 51 | 43 | 41 | 537 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1101111 | 0 | 101001 | 100011 | 100001 | 101011111 | 11101 | 110101 |
Color Harmonies of #AA646F
Complementary color
Monochromatic Colors of #AA646F
Black with #AA646F
Text Example
Text Example
White with #AA646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA646F; }
p { color: rgb(170,100,111); }
H1.HeaderClassName
{
color: #AA646F;
}
.AnyTagClassName
{
color: #AA646F;
}
</style>
background-color css
<style>
a { background-color: #AA646F; }
a { background-color: rgb(170,100,111); }
div.DivClassName
{
background-color: #AA646F;
}
.BgClassName
{
background-color: #AA646F;
}
</style>
border-color css
<style>
span { border-color: #AA646F; }
span { border-color: rgb(170,100,111); }
td.TdClassName
{
border-color: #AA646F;
}
.TagClassName
{
border-color: #AA646F;
}
</style>