Shades of Turkish Rose #AA6970
Tints of Turkish Rose #AA6970
RGB
CMYK
RGB Variations
Color information
#AA6970 (or 0xAA6970) is known color: Turkish Rose. HEX triplet: AA, 69 and 70. RGB value is (170,105,112). Sum of RGB (Red+Green+Blue) = 170+105+112=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6970 is #55968F. Grayscale: #7D7D7D. Windows color (decimal): -5609104 or 7367082. OLE color: 7367082.
HSL color Cylindrical-coordinate representation of color #AA6970: hue angle of 353.54º 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 #AA6970 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 112 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.33 |
| HSL | 353.54º | 0.28% | 0.54% | - |
| HSV(B) | 353.54º | 0.38% | 0.67% | - |
| XYZ | 24.55 | 19.82 | 17.86 | - |
| YUV | 125.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 112 | 0 | 0.38 | 0.34 | 0.33 | 353.54 | 0.28 | 0.54 |
| Hex | AA | 69 | 70 | 0 | 26 | 22 | 21 | 162 | 1C | 36 |
| Octal | 252 | 151 | 160 | 0 | 46 | 42 | 41 | 542 | 34 | 66 |
| Binary | 10101010 | 1101001 | 1110000 | 0 | 100110 | 100010 | 100001 | 101100010 | 11100 | 110110 |
Color Harmonies of #AA6970
Complementary color
Monochromatic Colors of #AA6970
Black with #AA6970
Text Example
Text Example
White with #AA6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6970; }
p { color: rgb(170,105,112); }
H1.HeaderClassName
{
color: #AA6970;
}
.AnyTagClassName
{
color: #AA6970;
}
</style>
background-color css
<style>
a { background-color: #AA6970; }
a { background-color: rgb(170,105,112); }
div.DivClassName
{
background-color: #AA6970;
}
.BgClassName
{
background-color: #AA6970;
}
</style>
border-color css
<style>
span { border-color: #AA6970; }
span { border-color: rgb(170,105,112); }
td.TdClassName
{
border-color: #AA6970;
}
.TagClassName
{
border-color: #AA6970;
}
</style>