Shades of Turkish Rose #AA6976
Tints of Turkish Rose #AA6976
RGB
CMYK
RGB Variations
Color information
#AA6976 (or 0xAA6976) is known color: Turkish Rose. HEX triplet: AA, 69 and 76. RGB value is (170,105,118). Sum of RGB (Red+Green+Blue) = 170+105+118=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6976 is #559689. Grayscale: #7D7D7D. Windows color (decimal): -5609098 or 7760298. OLE color: 7760298.
HSL color Cylindrical-coordinate representation of color #AA6976: hue angle of 348º 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 #AA6976 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 118 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.33 |
| HSL | 348º | 0.28% | 0.54% | - |
| HSV(B) | 348º | 0.38% | 0.67% | - |
| XYZ | 24.9 | 19.96 | 19.68 | - |
| YUV | 125.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 118 | 0 | 0.38 | 0.31 | 0.33 | 348 | 0.28 | 0.54 |
| Hex | AA | 69 | 76 | 0 | 26 | 1F | 21 | 15C | 1C | 36 |
| Octal | 252 | 151 | 166 | 0 | 46 | 37 | 41 | 534 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110110 | 0 | 100110 | 11111 | 100001 | 101011100 | 11100 | 110110 |
Color Harmonies of #AA6976
Complementary color
Monochromatic Colors of #AA6976
Black with #AA6976
Text Example
Text Example
White with #AA6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6976; }
p { color: rgb(170,105,118); }
H1.HeaderClassName
{
color: #AA6976;
}
.AnyTagClassName
{
color: #AA6976;
}
</style>
background-color css
<style>
a { background-color: #AA6976; }
a { background-color: rgb(170,105,118); }
div.DivClassName
{
background-color: #AA6976;
}
.BgClassName
{
background-color: #AA6976;
}
</style>
border-color css
<style>
span { border-color: #AA6976; }
span { border-color: rgb(170,105,118); }
td.TdClassName
{
border-color: #AA6976;
}
.TagClassName
{
border-color: #AA6976;
}
</style>