Shades of Turkish Rose #AA656A
Tints of Turkish Rose #AA656A
RGB
CMYK
RGB Variations
Color information
#AA656A (or 0xAA656A) is known color: Turkish Rose. HEX triplet: AA, 65 and 6A. RGB value is (170,101,106). Sum of RGB (Red+Green+Blue) = 170+101+106=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656A is #559A95. Grayscale: #7A7A7A. Windows color (decimal): -5610134 or 6972842. OLE color: 6972842.
HSL color Cylindrical-coordinate representation of color #AA656A: hue angle of 355.65º 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 #AA656A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 106 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.33 |
| HSL | 355.65º | 0.29% | 0.53% | - |
| HSV(B) | 355.65º | 0.41% | 0.67% | - |
| XYZ | 23.83 | 18.89 | 16.03 | - |
| YUV | 122.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 106 | 0 | 0.41 | 0.38 | 0.33 | 355.65 | 0.29 | 0.53 |
| Hex | AA | 65 | 6A | 0 | 29 | 26 | 21 | 164 | 1D | 35 |
| Octal | 252 | 145 | 152 | 0 | 51 | 46 | 41 | 544 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1101010 | 0 | 101001 | 100110 | 100001 | 101100100 | 11101 | 110101 |
Color Harmonies of #AA656A
Complementary color
Monochromatic Colors of #AA656A
Black with #AA656A
Text Example
Text Example
White with #AA656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA656A; }
p { color: rgb(170,101,106); }
H1.HeaderClassName
{
color: #AA656A;
}
.AnyTagClassName
{
color: #AA656A;
}
</style>
background-color css
<style>
a { background-color: #AA656A; }
a { background-color: rgb(170,101,106); }
div.DivClassName
{
background-color: #AA656A;
}
.BgClassName
{
background-color: #AA656A;
}
</style>
border-color css
<style>
span { border-color: #AA656A; }
span { border-color: rgb(170,101,106); }
td.TdClassName
{
border-color: #AA656A;
}
.TagClassName
{
border-color: #AA656A;
}
</style>