Shades of Turkish Rose #AA777A
Tints of Turkish Rose #AA777A
RGB
CMYK
RGB Variations
Color information
#AA777A (or 0xAA777A) is known color: Turkish Rose. HEX triplet: AA, 77 and 7A. RGB value is (170,119,122). Sum of RGB (Red+Green+Blue) = 170+119+122=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777A is #558885. Grayscale: #868686. Windows color (decimal): -5605510 or 8026026. OLE color: 8026026.
HSL color Cylindrical-coordinate representation of color #AA777A: hue angle of 356.47º 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 #AA777A is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 122 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.33 |
| HSL | 356.47º | 0.23% | 0.57% | - |
| HSV(B) | 356.47º | 0.3% | 0.67% | - |
| XYZ | 26.69 | 23.14 | 21.47 | - |
| YUV | 134.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 122 | 0 | 0.3 | 0.28 | 0.33 | 356.47 | 0.23 | 0.57 |
| Hex | AA | 77 | 7A | 0 | 1E | 1C | 21 | 164 | 17 | 39 |
| Octal | 252 | 167 | 172 | 0 | 36 | 34 | 41 | 544 | 27 | 71 |
| Binary | 10101010 | 1110111 | 1111010 | 0 | 11110 | 11100 | 100001 | 101100100 | 10111 | 111001 |
Color Harmonies of #AA777A
Complementary color
Monochromatic Colors of #AA777A
Black with #AA777A
Text Example
Text Example
White with #AA777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA777A; }
p { color: rgb(170,119,122); }
H1.HeaderClassName
{
color: #AA777A;
}
.AnyTagClassName
{
color: #AA777A;
}
</style>
background-color css
<style>
a { background-color: #AA777A; }
a { background-color: rgb(170,119,122); }
div.DivClassName
{
background-color: #AA777A;
}
.BgClassName
{
background-color: #AA777A;
}
</style>
border-color css
<style>
span { border-color: #AA777A; }
span { border-color: rgb(170,119,122); }
td.TdClassName
{
border-color: #AA777A;
}
.TagClassName
{
border-color: #AA777A;
}
</style>