Shades of Turkish Rose #AA7077
Tints of Turkish Rose #AA7077
RGB
CMYK
RGB Variations
Color information
#AA7077 (or 0xAA7077) is known color: Turkish Rose. HEX triplet: AA, 70 and 77. RGB value is (170,112,119). Sum of RGB (Red+Green+Blue) = 170+112+119=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7077 is #558F88. Grayscale: #828282. Windows color (decimal): -5607305 or 7827626. OLE color: 7827626.
HSL color Cylindrical-coordinate representation of color #AA7077: hue angle of 352.76º 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 #AA7077 is Cyan = 0, Magento = 0.34, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 119 | - |
| CMYK | 0 | 0.34 | 0.3 | 0.33 |
| HSL | 352.76º | 0.25% | 0.55% | - |
| HSV(B) | 352.76º | 0.34% | 0.67% | - |
| XYZ | 25.7 | 21.47 | 20.24 | - |
| YUV | 130.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 119 | 0 | 0.34 | 0.3 | 0.33 | 352.76 | 0.25 | 0.55 |
| Hex | AA | 70 | 77 | 0 | 22 | 1E | 21 | 161 | 19 | 37 |
| Octal | 252 | 160 | 167 | 0 | 42 | 36 | 41 | 541 | 31 | 67 |
| Binary | 10101010 | 1110000 | 1110111 | 0 | 100010 | 11110 | 100001 | 101100001 | 11001 | 110111 |
Color Harmonies of #AA7077
Complementary color
Monochromatic Colors of #AA7077
Black with #AA7077
Text Example
Text Example
White with #AA7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7077; }
p { color: rgb(170,112,119); }
H1.HeaderClassName
{
color: #AA7077;
}
.AnyTagClassName
{
color: #AA7077;
}
</style>
background-color css
<style>
a { background-color: #AA7077; }
a { background-color: rgb(170,112,119); }
div.DivClassName
{
background-color: #AA7077;
}
.BgClassName
{
background-color: #AA7077;
}
</style>
border-color css
<style>
span { border-color: #AA7077; }
span { border-color: rgb(170,112,119); }
td.TdClassName
{
border-color: #AA7077;
}
.TagClassName
{
border-color: #AA7077;
}
</style>