Shades of Turkish Rose #AA777E
Tints of Turkish Rose #AA777E
RGB
CMYK
RGB Variations
Color information
#AA777E (or 0xAA777E) is known color: Turkish Rose. HEX triplet: AA, 77 and 7E. RGB value is (170,119,126). Sum of RGB (Red+Green+Blue) = 170+119+126=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777E is #558881. Grayscale: #878787. Windows color (decimal): -5605506 or 8288170. OLE color: 8288170.
HSL color Cylindrical-coordinate representation of color #AA777E: hue angle of 351.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA777E is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 126 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.33 |
| HSL | 351.76º | 0.23% | 0.57% | - |
| HSV(B) | 351.76º | 0.3% | 0.67% | - |
| XYZ | 26.94 | 23.25 | 22.81 | - |
| YUV | 135.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 126 | 0 | 0.3 | 0.26 | 0.33 | 351.76 | 0.23 | 0.57 |
| Hex | AA | 77 | 7E | 0 | 1E | 1A | 21 | 160 | 17 | 39 |
| Octal | 252 | 167 | 176 | 0 | 36 | 32 | 41 | 540 | 27 | 71 |
| Binary | 10101010 | 1110111 | 1111110 | 0 | 11110 | 11010 | 100001 | 101100000 | 10111 | 111001 |
Color Harmonies of #AA777E
Complementary color
Monochromatic Colors of #AA777E
Black with #AA777E
Text Example
Text Example
White with #AA777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA777E; }
p { color: rgb(170,119,126); }
H1.HeaderClassName
{
color: #AA777E;
}
.AnyTagClassName
{
color: #AA777E;
}
</style>
background-color css
<style>
a { background-color: #AA777E; }
a { background-color: rgb(170,119,126); }
div.DivClassName
{
background-color: #AA777E;
}
.BgClassName
{
background-color: #AA777E;
}
</style>
border-color css
<style>
span { border-color: #AA777E; }
span { border-color: rgb(170,119,126); }
td.TdClassName
{
border-color: #AA777E;
}
.TagClassName
{
border-color: #AA777E;
}
</style>