Shades of Turkish Rose #AA6977
Tints of Turkish Rose #AA6977
RGB
CMYK
RGB Variations
Color information
#AA6977 (or 0xAA6977) is known color: Turkish Rose. HEX triplet: AA, 69 and 77. RGB value is (170,105,119). Sum of RGB (Red+Green+Blue) = 170+105+119=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6977 is #559688. Grayscale: #7E7E7E. Windows color (decimal): -5609097 or 7825834. OLE color: 7825834.
HSL color Cylindrical-coordinate representation of color #AA6977: hue angle of 347.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6977 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 119 | - |
| CMYK | 0 | 0.38 | 0.3 | 0.33 |
| HSL | 347.08º | 0.28% | 0.54% | - |
| HSV(B) | 347.08º | 0.38% | 0.67% | - |
| XYZ | 24.96 | 19.98 | 19.99 | - |
| YUV | 126.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 119 | 0 | 0.38 | 0.3 | 0.33 | 347.08 | 0.28 | 0.54 |
| Hex | AA | 69 | 77 | 0 | 26 | 1E | 21 | 15B | 1C | 36 |
| Octal | 252 | 151 | 167 | 0 | 46 | 36 | 41 | 533 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110111 | 0 | 100110 | 11110 | 100001 | 101011011 | 11100 | 110110 |
Color Harmonies of #AA6977
Complementary color
Monochromatic Colors of #AA6977
Black with #AA6977
Text Example
Text Example
White with #AA6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6977; }
p { color: rgb(170,105,119); }
H1.HeaderClassName
{
color: #AA6977;
}
.AnyTagClassName
{
color: #AA6977;
}
</style>
background-color css
<style>
a { background-color: #AA6977; }
a { background-color: rgb(170,105,119); }
div.DivClassName
{
background-color: #AA6977;
}
.BgClassName
{
background-color: #AA6977;
}
</style>
border-color css
<style>
span { border-color: #AA6977; }
span { border-color: rgb(170,105,119); }
td.TdClassName
{
border-color: #AA6977;
}
.TagClassName
{
border-color: #AA6977;
}
</style>