Shades of Turkish Rose #AA7880
Tints of Turkish Rose #AA7880
RGB
CMYK
RGB Variations
Color information
#AA7880 (or 0xAA7880) is known color: Turkish Rose. HEX triplet: AA, 78 and 80. RGB value is (170,120,128). Sum of RGB (Red+Green+Blue) = 170+120+128=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7880 is #55877F. Grayscale: #878787. Windows color (decimal): -5605248 or 8419498. OLE color: 8419498.
HSL color Cylindrical-coordinate representation of color #AA7880: hue angle of 350.4º degrees, saturation: 0.23, 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 #AA7880 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 128 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.33 |
| HSL | 350.4º | 0.23% | 0.57% | - |
| HSV(B) | 350.4º | 0.29% | 0.67% | - |
| XYZ | 27.19 | 23.54 | 23.53 | - |
| YUV | 135.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 128 | 0 | 0.29 | 0.25 | 0.33 | 350.4 | 0.23 | 0.57 |
| Hex | AA | 78 | 80 | 0 | 1D | 19 | 21 | 15E | 17 | 39 |
| Octal | 252 | 170 | 200 | 0 | 35 | 31 | 41 | 536 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10000000 | 0 | 11101 | 11001 | 100001 | 101011110 | 10111 | 111001 |
Color Harmonies of #AA7880
Complementary color
Monochromatic Colors of #AA7880
Black with #AA7880
Text Example
Text Example
White with #AA7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7880; }
p { color: rgb(170,120,128); }
H1.HeaderClassName
{
color: #AA7880;
}
.AnyTagClassName
{
color: #AA7880;
}
</style>
background-color css
<style>
a { background-color: #AA7880; }
a { background-color: rgb(170,120,128); }
div.DivClassName
{
background-color: #AA7880;
}
.BgClassName
{
background-color: #AA7880;
}
</style>
border-color css
<style>
span { border-color: #AA7880; }
span { border-color: rgb(170,120,128); }
td.TdClassName
{
border-color: #AA7880;
}
.TagClassName
{
border-color: #AA7880;
}
</style>