Shades of Turkish Rose #AA6973
Tints of Turkish Rose #AA6973
RGB
CMYK
RGB Variations
Color information
#AA6973 (or 0xAA6973) is known color: Turkish Rose. HEX triplet: AA, 69 and 73. RGB value is (170,105,115). Sum of RGB (Red+Green+Blue) = 170+105+115=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6973 is #55968C. Grayscale: #7D7D7D. Windows color (decimal): -5609101 or 7563690. OLE color: 7563690.
HSL color Cylindrical-coordinate representation of color #AA6973: hue angle of 350.77º 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 #AA6973 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 115 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.33 |
| HSL | 350.77º | 0.28% | 0.54% | - |
| HSV(B) | 350.77º | 0.38% | 0.67% | - |
| XYZ | 24.72 | 19.89 | 18.76 | - |
| YUV | 125.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 115 | 0 | 0.38 | 0.32 | 0.33 | 350.77 | 0.28 | 0.54 |
| Hex | AA | 69 | 73 | 0 | 26 | 20 | 21 | 15F | 1C | 36 |
| Octal | 252 | 151 | 163 | 0 | 46 | 40 | 41 | 537 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110011 | 0 | 100110 | 100000 | 100001 | 101011111 | 11100 | 110110 |
Color Harmonies of #AA6973
Complementary color
Monochromatic Colors of #AA6973
Black with #AA6973
Text Example
Text Example
White with #AA6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6973; }
p { color: rgb(170,105,115); }
H1.HeaderClassName
{
color: #AA6973;
}
.AnyTagClassName
{
color: #AA6973;
}
</style>
background-color css
<style>
a { background-color: #AA6973; }
a { background-color: rgb(170,105,115); }
div.DivClassName
{
background-color: #AA6973;
}
.BgClassName
{
background-color: #AA6973;
}
</style>
border-color css
<style>
span { border-color: #AA6973; }
span { border-color: rgb(170,105,115); }
td.TdClassName
{
border-color: #AA6973;
}
.TagClassName
{
border-color: #AA6973;
}
</style>