Shades of Turkish Rose #AA6470
Tints of Turkish Rose #AA6470
RGB
CMYK
RGB Variations
Color information
#AA6470 (or 0xAA6470) is known color: Turkish Rose. HEX triplet: AA, 64 and 70. RGB value is (170,100,112). Sum of RGB (Red+Green+Blue) = 170+100+112=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6470 is #559B8F. Grayscale: #7A7A7A. Windows color (decimal): -5610384 or 7365802. OLE color: 7365802.
HSL color Cylindrical-coordinate representation of color #AA6470: hue angle of 349.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6470 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 112 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.33 |
| HSL | 349.71º | 0.29% | 0.53% | - |
| HSV(B) | 349.71º | 0.41% | 0.67% | - |
| XYZ | 24.06 | 18.83 | 17.7 | - |
| YUV | 122.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 112 | 0 | 0.41 | 0.34 | 0.33 | 349.71 | 0.29 | 0.53 |
| Hex | AA | 64 | 70 | 0 | 29 | 22 | 21 | 15E | 1D | 35 |
| Octal | 252 | 144 | 160 | 0 | 51 | 42 | 41 | 536 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1110000 | 0 | 101001 | 100010 | 100001 | 101011110 | 11101 | 110101 |
Color Harmonies of #AA6470
Complementary color
Monochromatic Colors of #AA6470
Black with #AA6470
Text Example
Text Example
White with #AA6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6470; }
p { color: rgb(170,100,112); }
H1.HeaderClassName
{
color: #AA6470;
}
.AnyTagClassName
{
color: #AA6470;
}
</style>
background-color css
<style>
a { background-color: #AA6470; }
a { background-color: rgb(170,100,112); }
div.DivClassName
{
background-color: #AA6470;
}
.BgClassName
{
background-color: #AA6470;
}
</style>
border-color css
<style>
span { border-color: #AA6470; }
span { border-color: rgb(170,100,112); }
td.TdClassName
{
border-color: #AA6470;
}
.TagClassName
{
border-color: #AA6470;
}
</style>