Shades of Turkish Rose #AA7079
Tints of Turkish Rose #AA7079
RGB
CMYK
RGB Variations
Color information
#AA7079 (or 0xAA7079) is known color: Turkish Rose. HEX triplet: AA, 70 and 79. RGB value is (170,112,121). Sum of RGB (Red+Green+Blue) = 170+112+121=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7079 is #558F86. Grayscale: #828282. Windows color (decimal): -5607303 or 7958698. OLE color: 7958698.
HSL color Cylindrical-coordinate representation of color #AA7079: hue angle of 350.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7079 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 121 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.33 |
| HSL | 350.69º | 0.25% | 0.55% | - |
| HSV(B) | 350.69º | 0.34% | 0.67% | - |
| XYZ | 25.82 | 21.51 | 20.88 | - |
| YUV | 130.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 121 | 0 | 0.34 | 0.29 | 0.33 | 350.69 | 0.25 | 0.55 |
| Hex | AA | 70 | 79 | 0 | 22 | 1D | 21 | 15F | 19 | 37 |
| Octal | 252 | 160 | 171 | 0 | 42 | 35 | 41 | 537 | 31 | 67 |
| Binary | 10101010 | 1110000 | 1111001 | 0 | 100010 | 11101 | 100001 | 101011111 | 11001 | 110111 |
Color Harmonies of #AA7079
Complementary color
Monochromatic Colors of #AA7079
Black with #AA7079
Text Example
Text Example
White with #AA7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7079; }
p { color: rgb(170,112,121); }
H1.HeaderClassName
{
color: #AA7079;
}
.AnyTagClassName
{
color: #AA7079;
}
</style>
background-color css
<style>
a { background-color: #AA7079; }
a { background-color: rgb(170,112,121); }
div.DivClassName
{
background-color: #AA7079;
}
.BgClassName
{
background-color: #AA7079;
}
</style>
border-color css
<style>
span { border-color: #AA7079; }
span { border-color: rgb(170,112,121); }
td.TdClassName
{
border-color: #AA7079;
}
.TagClassName
{
border-color: #AA7079;
}
</style>