Shades of Turkish Rose #AA7A80
Tints of Turkish Rose #AA7A80
RGB
CMYK
RGB Variations
Color information
#AA7A80 (or 0xAA7A80) is known color: Turkish Rose. HEX triplet: AA, 7A and 80. RGB value is (170,122,128). Sum of RGB (Red+Green+Blue) = 170+122+128=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A80 is #55857F. Grayscale: #898989. Windows color (decimal): -5604736 or 8420010. OLE color: 8420010.
HSL color Cylindrical-coordinate representation of color #AA7A80: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A80 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 128 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.33 |
| HSL | 352.5º | 0.22% | 0.57% | - |
| HSV(B) | 352.5º | 0.28% | 0.67% | - |
| XYZ | 27.43 | 24.02 | 23.61 | - |
| YUV | 137.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 128 | 0 | 0.28 | 0.25 | 0.33 | 352.5 | 0.22 | 0.57 |
| Hex | AA | 7A | 80 | 0 | 1C | 19 | 21 | 160 | 16 | 39 |
| Octal | 252 | 172 | 200 | 0 | 34 | 31 | 41 | 540 | 26 | 71 |
| Binary | 10101010 | 1111010 | 10000000 | 0 | 11100 | 11001 | 100001 | 101100000 | 10110 | 111001 |
Color Harmonies of #AA7A80
Complementary color
Monochromatic Colors of #AA7A80
Black with #AA7A80
Text Example
Text Example
White with #AA7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A80; }
p { color: rgb(170,122,128); }
H1.HeaderClassName
{
color: #AA7A80;
}
.AnyTagClassName
{
color: #AA7A80;
}
</style>
background-color css
<style>
a { background-color: #AA7A80; }
a { background-color: rgb(170,122,128); }
div.DivClassName
{
background-color: #AA7A80;
}
.BgClassName
{
background-color: #AA7A80;
}
</style>
border-color css
<style>
span { border-color: #AA7A80; }
span { border-color: rgb(170,122,128); }
td.TdClassName
{
border-color: #AA7A80;
}
.TagClassName
{
border-color: #AA7A80;
}
</style>