Shades of Turkish Rose #AA6170
Tints of Turkish Rose #AA6170
RGB
CMYK
RGB Variations
Color information
#AA6170 (or 0xAA6170) is known color: Turkish Rose. HEX triplet: AA, 61 and 70. RGB value is (170,97,112). Sum of RGB (Red+Green+Blue) = 170+97+112=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6170 is #559E8F. Grayscale: #787878. Windows color (decimal): -5611152 or 7365034. OLE color: 7365034.
HSL color Cylindrical-coordinate representation of color #AA6170: hue angle of 347.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6170 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 112 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.33 |
| HSL | 347.67º | 0.3% | 0.52% | - |
| HSV(B) | 347.67º | 0.43% | 0.67% | - |
| XYZ | 23.78 | 18.27 | 17.6 | - |
| YUV | 120.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 112 | 0 | 0.43 | 0.34 | 0.33 | 347.67 | 0.3 | 0.52 |
| Hex | AA | 61 | 70 | 0 | 2B | 22 | 21 | 15C | 1E | 34 |
| Octal | 252 | 141 | 160 | 0 | 53 | 42 | 41 | 534 | 36 | 64 |
| Binary | 10101010 | 1100001 | 1110000 | 0 | 101011 | 100010 | 100001 | 101011100 | 11110 | 110100 |
Color Harmonies of #AA6170
Complementary color
Monochromatic Colors of #AA6170
Black with #AA6170
Text Example
Text Example
White with #AA6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6170; }
p { color: rgb(170,97,112); }
H1.HeaderClassName
{
color: #AA6170;
}
.AnyTagClassName
{
color: #AA6170;
}
</style>
background-color css
<style>
a { background-color: #AA6170; }
a { background-color: rgb(170,97,112); }
div.DivClassName
{
background-color: #AA6170;
}
.BgClassName
{
background-color: #AA6170;
}
</style>
border-color css
<style>
span { border-color: #AA6170; }
span { border-color: rgb(170,97,112); }
td.TdClassName
{
border-color: #AA6170;
}
.TagClassName
{
border-color: #AA6170;
}
</style>