Shades of Turkish Rose #AA777B
Tints of Turkish Rose #AA777B
RGB
CMYK
RGB Variations
Color information
#AA777B (or 0xAA777B) is known color: Turkish Rose. HEX triplet: AA, 77 and 7B. RGB value is (170,119,123). Sum of RGB (Red+Green+Blue) = 170+119+123=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777B is #558884. Grayscale: #868686. Windows color (decimal): -5605509 or 8091562. OLE color: 8091562.
HSL color Cylindrical-coordinate representation of color #AA777B: hue angle of 355.29º 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 #AA777B is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 123 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.33 |
| HSL | 355.29º | 0.23% | 0.57% | - |
| HSV(B) | 355.29º | 0.3% | 0.67% | - |
| XYZ | 26.75 | 23.17 | 21.8 | - |
| YUV | 134.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 123 | 0 | 0.3 | 0.28 | 0.33 | 355.29 | 0.23 | 0.57 |
| Hex | AA | 77 | 7B | 0 | 1E | 1C | 21 | 163 | 17 | 39 |
| Octal | 252 | 167 | 173 | 0 | 36 | 34 | 41 | 543 | 27 | 71 |
| Binary | 10101010 | 1110111 | 1111011 | 0 | 11110 | 11100 | 100001 | 101100011 | 10111 | 111001 |
Color Harmonies of #AA777B
Complementary color
Monochromatic Colors of #AA777B
Black with #AA777B
Text Example
Text Example
White with #AA777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA777B; }
p { color: rgb(170,119,123); }
H1.HeaderClassName
{
color: #AA777B;
}
.AnyTagClassName
{
color: #AA777B;
}
</style>
background-color css
<style>
a { background-color: #AA777B; }
a { background-color: rgb(170,119,123); }
div.DivClassName
{
background-color: #AA777B;
}
.BgClassName
{
background-color: #AA777B;
}
</style>
border-color css
<style>
span { border-color: #AA777B; }
span { border-color: rgb(170,119,123); }
td.TdClassName
{
border-color: #AA777B;
}
.TagClassName
{
border-color: #AA777B;
}
</style>