Shades of Turkish Rose #AA797E
Tints of Turkish Rose #AA797E
RGB
CMYK
RGB Variations
Color information
#AA797E (or 0xAA797E) is known color: Turkish Rose. HEX triplet: AA, 79 and 7E. RGB value is (170,121,126). Sum of RGB (Red+Green+Blue) = 170+121+126=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797E is #558681. Grayscale: #888888. Windows color (decimal): -5604994 or 8288682. OLE color: 8288682.
HSL color Cylindrical-coordinate representation of color #AA797E: hue angle of 353.88º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA797E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 126 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.33 |
| HSL | 353.88º | 0.22% | 0.57% | - |
| HSV(B) | 353.88º | 0.29% | 0.67% | - |
| XYZ | 27.18 | 23.73 | 22.89 | - |
| YUV | 136.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 126 | 0 | 0.29 | 0.26 | 0.33 | 353.88 | 0.22 | 0.57 |
| Hex | AA | 79 | 7E | 0 | 1D | 1A | 21 | 162 | 16 | 39 |
| Octal | 252 | 171 | 176 | 0 | 35 | 32 | 41 | 542 | 26 | 71 |
| Binary | 10101010 | 1111001 | 1111110 | 0 | 11101 | 11010 | 100001 | 101100010 | 10110 | 111001 |
Color Harmonies of #AA797E
Complementary color
Monochromatic Colors of #AA797E
Black with #AA797E
Text Example
Text Example
White with #AA797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA797E; }
p { color: rgb(170,121,126); }
H1.HeaderClassName
{
color: #AA797E;
}
.AnyTagClassName
{
color: #AA797E;
}
</style>
background-color css
<style>
a { background-color: #AA797E; }
a { background-color: rgb(170,121,126); }
div.DivClassName
{
background-color: #AA797E;
}
.BgClassName
{
background-color: #AA797E;
}
</style>
border-color css
<style>
span { border-color: #AA797E; }
span { border-color: rgb(170,121,126); }
td.TdClassName
{
border-color: #AA797E;
}
.TagClassName
{
border-color: #AA797E;
}
</style>