Shades of Turkish Rose #AA6779
Tints of Turkish Rose #AA6779
RGB
CMYK
RGB Variations
Color information
#AA6779 (or 0xAA6779) is known color: Turkish Rose. HEX triplet: AA, 67 and 79. RGB value is (170,103,121). Sum of RGB (Red+Green+Blue) = 170+103+121=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6779 is #559886. Grayscale: #7D7D7D. Windows color (decimal): -5609607 or 7956394. OLE color: 7956394.
HSL color Cylindrical-coordinate representation of color #AA6779: hue angle of 343.88º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6779 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 121 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.33 |
| HSL | 343.88º | 0.28% | 0.54% | - |
| HSV(B) | 343.88º | 0.39% | 0.67% | - |
| XYZ | 24.88 | 19.63 | 20.57 | - |
| YUV | 125.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 121 | 0 | 0.39 | 0.29 | 0.33 | 343.88 | 0.28 | 0.54 |
| Hex | AA | 67 | 79 | 0 | 27 | 1D | 21 | 158 | 1C | 36 |
| Octal | 252 | 147 | 171 | 0 | 47 | 35 | 41 | 530 | 34 | 66 |
| Binary | 10101010 | 1100111 | 1111001 | 0 | 100111 | 11101 | 100001 | 101011000 | 11100 | 110110 |
Color Harmonies of #AA6779
Complementary color
Monochromatic Colors of #AA6779
Black with #AA6779
Text Example
Text Example
White with #AA6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6779; }
p { color: rgb(170,103,121); }
H1.HeaderClassName
{
color: #AA6779;
}
.AnyTagClassName
{
color: #AA6779;
}
</style>
background-color css
<style>
a { background-color: #AA6779; }
a { background-color: rgb(170,103,121); }
div.DivClassName
{
background-color: #AA6779;
}
.BgClassName
{
background-color: #AA6779;
}
</style>
border-color css
<style>
span { border-color: #AA6779; }
span { border-color: rgb(170,103,121); }
td.TdClassName
{
border-color: #AA6779;
}
.TagClassName
{
border-color: #AA6779;
}
</style>