Shades of Turkish Rose #AA6677
Tints of Turkish Rose #AA6677
RGB
CMYK
RGB Variations
Color information
#AA6677 (or 0xAA6677) is known color: Turkish Rose. HEX triplet: AA, 66 and 77. RGB value is (170,102,119). Sum of RGB (Red+Green+Blue) = 170+102+119=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6677 is #559988. Grayscale: #7C7C7C. Windows color (decimal): -5609865 or 7825066. OLE color: 7825066.
HSL color Cylindrical-coordinate representation of color #AA6677: hue angle of 345º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6677 is Cyan = 0, Magento = 0.4, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 119 | - |
| CMYK | 0 | 0.4 | 0.3 | 0.33 |
| HSL | 345º | 0.29% | 0.53% | - |
| HSV(B) | 345º | 0.4% | 0.67% | - |
| XYZ | 24.66 | 19.38 | 19.89 | - |
| YUV | 124.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 119 | 0 | 0.4 | 0.3 | 0.33 | 345 | 0.29 | 0.53 |
| Hex | AA | 66 | 77 | 0 | 28 | 1E | 21 | 159 | 1D | 35 |
| Octal | 252 | 146 | 167 | 0 | 50 | 36 | 41 | 531 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1110111 | 0 | 101000 | 11110 | 100001 | 101011001 | 11101 | 110101 |
Color Harmonies of #AA6677
Complementary color
Monochromatic Colors of #AA6677
Black with #AA6677
Text Example
Text Example
White with #AA6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6677; }
p { color: rgb(170,102,119); }
H1.HeaderClassName
{
color: #AA6677;
}
.AnyTagClassName
{
color: #AA6677;
}
</style>
background-color css
<style>
a { background-color: #AA6677; }
a { background-color: rgb(170,102,119); }
div.DivClassName
{
background-color: #AA6677;
}
.BgClassName
{
background-color: #AA6677;
}
</style>
border-color css
<style>
span { border-color: #AA6677; }
span { border-color: rgb(170,102,119); }
td.TdClassName
{
border-color: #AA6677;
}
.TagClassName
{
border-color: #AA6677;
}
</style>