Shades of Turkish Rose #AA7981
Tints of Turkish Rose #AA7981
RGB
CMYK
RGB Variations
Color information
#AA7981 (or 0xAA7981) is known color: Turkish Rose. HEX triplet: AA, 79 and 81. RGB value is (170,121,129). Sum of RGB (Red+Green+Blue) = 170+121+129=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7981 is #55867E. Grayscale: #888888. Windows color (decimal): -5604991 or 8485290. OLE color: 8485290.
HSL color Cylindrical-coordinate representation of color #AA7981: hue angle of 350.2º 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 #AA7981 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 129 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.33 |
| HSL | 350.2º | 0.22% | 0.57% | - |
| HSV(B) | 350.2º | 0.29% | 0.67% | - |
| XYZ | 27.38 | 23.81 | 23.92 | - |
| YUV | 136.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 129 | 0 | 0.29 | 0.24 | 0.33 | 350.2 | 0.22 | 0.57 |
| Hex | AA | 79 | 81 | 0 | 1D | 18 | 21 | 15E | 16 | 39 |
| Octal | 252 | 171 | 201 | 0 | 35 | 30 | 41 | 536 | 26 | 71 |
| Binary | 10101010 | 1111001 | 10000001 | 0 | 11101 | 11000 | 100001 | 101011110 | 10110 | 111001 |
Color Harmonies of #AA7981
Complementary color
Monochromatic Colors of #AA7981
Black with #AA7981
Text Example
Text Example
White with #AA7981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7981; }
p { color: rgb(170,121,129); }
H1.HeaderClassName
{
color: #AA7981;
}
.AnyTagClassName
{
color: #AA7981;
}
</style>
background-color css
<style>
a { background-color: #AA7981; }
a { background-color: rgb(170,121,129); }
div.DivClassName
{
background-color: #AA7981;
}
.BgClassName
{
background-color: #AA7981;
}
</style>
border-color css
<style>
span { border-color: #AA7981; }
span { border-color: rgb(170,121,129); }
td.TdClassName
{
border-color: #AA7981;
}
.TagClassName
{
border-color: #AA7981;
}
</style>