Shades of Turkish Rose #AA646C
Tints of Turkish Rose #AA646C
RGB
CMYK
RGB Variations
Color information
#AA646C (or 0xAA646C) is known color: Turkish Rose. HEX triplet: AA, 64 and 6C. RGB value is (170,100,108). Sum of RGB (Red+Green+Blue) = 170+100+108=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646C is #559B93. Grayscale: #797979. Windows color (decimal): -5610388 or 7103658. OLE color: 7103658.
HSL color Cylindrical-coordinate representation of color #AA646C: hue angle of 353.14º 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 #AA646C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 108 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.33 |
| HSL | 353.14º | 0.29% | 0.53% | - |
| HSV(B) | 353.14º | 0.41% | 0.67% | - |
| XYZ | 23.84 | 18.74 | 16.55 | - |
| YUV | 121.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 108 | 0 | 0.41 | 0.36 | 0.33 | 353.14 | 0.29 | 0.53 |
| Hex | AA | 64 | 6C | 0 | 29 | 24 | 21 | 161 | 1D | 35 |
| Octal | 252 | 144 | 154 | 0 | 51 | 44 | 41 | 541 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1101100 | 0 | 101001 | 100100 | 100001 | 101100001 | 11101 | 110101 |
Color Harmonies of #AA646C
Complementary color
Monochromatic Colors of #AA646C
Black with #AA646C
Text Example
Text Example
White with #AA646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA646C; }
p { color: rgb(170,100,108); }
H1.HeaderClassName
{
color: #AA646C;
}
.AnyTagClassName
{
color: #AA646C;
}
</style>
background-color css
<style>
a { background-color: #AA646C; }
a { background-color: rgb(170,100,108); }
div.DivClassName
{
background-color: #AA646C;
}
.BgClassName
{
background-color: #AA646C;
}
</style>
border-color css
<style>
span { border-color: #AA646C; }
span { border-color: rgb(170,100,108); }
td.TdClassName
{
border-color: #AA646C;
}
.TagClassName
{
border-color: #AA646C;
}
</style>