Shades of Turkish Rose #AA656C
Tints of Turkish Rose #AA656C
RGB
CMYK
RGB Variations
Color information
#AA656C (or 0xAA656C) is known color: Turkish Rose. HEX triplet: AA, 65 and 6C. RGB value is (170,101,108). Sum of RGB (Red+Green+Blue) = 170+101+108=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656C is #559A93. Grayscale: #7A7A7A. Windows color (decimal): -5610132 or 7103914. OLE color: 7103914.
HSL color Cylindrical-coordinate representation of color #AA656C: hue angle of 353.91º 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 #AA656C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 108 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.33 |
| HSL | 353.91º | 0.29% | 0.53% | - |
| HSV(B) | 353.91º | 0.41% | 0.67% | - |
| XYZ | 23.94 | 18.94 | 16.58 | - |
| YUV | 122.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 108 | 0 | 0.41 | 0.36 | 0.33 | 353.91 | 0.29 | 0.53 |
| Hex | AA | 65 | 6C | 0 | 29 | 24 | 21 | 162 | 1D | 35 |
| Octal | 252 | 145 | 154 | 0 | 51 | 44 | 41 | 542 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1101100 | 0 | 101001 | 100100 | 100001 | 101100010 | 11101 | 110101 |
Color Harmonies of #AA656C
Complementary color
Monochromatic Colors of #AA656C
Black with #AA656C
Text Example
Text Example
White with #AA656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA656C; }
p { color: rgb(170,101,108); }
H1.HeaderClassName
{
color: #AA656C;
}
.AnyTagClassName
{
color: #AA656C;
}
</style>
background-color css
<style>
a { background-color: #AA656C; }
a { background-color: rgb(170,101,108); }
div.DivClassName
{
background-color: #AA656C;
}
.BgClassName
{
background-color: #AA656C;
}
</style>
border-color css
<style>
span { border-color: #AA656C; }
span { border-color: rgb(170,101,108); }
td.TdClassName
{
border-color: #AA656C;
}
.TagClassName
{
border-color: #AA656C;
}
</style>