Shades of Turkish Rose #AA797A
Tints of Turkish Rose #AA797A
RGB
CMYK
RGB Variations
Color information
#AA797A (or 0xAA797A) is known color: Turkish Rose. HEX triplet: AA, 79 and 7A. RGB value is (170,121,122). Sum of RGB (Red+Green+Blue) = 170+121+122=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797A is #558685. Grayscale: #878787. Windows color (decimal): -5604998 or 8026538. OLE color: 8026538.
HSL color Cylindrical-coordinate representation of color #AA797A: hue angle of 358.78º 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 #AA797A is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 122 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.33 |
| HSL | 358.78º | 0.22% | 0.57% | - |
| HSV(B) | 358.78º | 0.29% | 0.67% | - |
| XYZ | 26.93 | 23.63 | 21.55 | - |
| YUV | 135.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 122 | 0 | 0.29 | 0.28 | 0.33 | 358.78 | 0.22 | 0.57 |
| Hex | AA | 79 | 7A | 0 | 1D | 1C | 21 | 167 | 16 | 39 |
| Octal | 252 | 171 | 172 | 0 | 35 | 34 | 41 | 547 | 26 | 71 |
| Binary | 10101010 | 1111001 | 1111010 | 0 | 11101 | 11100 | 100001 | 101100111 | 10110 | 111001 |
Color Harmonies of #AA797A
Complementary color
Monochromatic Colors of #AA797A
Black with #AA797A
Text Example
Text Example
White with #AA797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA797A; }
p { color: rgb(170,121,122); }
H1.HeaderClassName
{
color: #AA797A;
}
.AnyTagClassName
{
color: #AA797A;
}
</style>
background-color css
<style>
a { background-color: #AA797A; }
a { background-color: rgb(170,121,122); }
div.DivClassName
{
background-color: #AA797A;
}
.BgClassName
{
background-color: #AA797A;
}
</style>
border-color css
<style>
span { border-color: #AA797A; }
span { border-color: rgb(170,121,122); }
td.TdClassName
{
border-color: #AA797A;
}
.TagClassName
{
border-color: #AA797A;
}
</style>