Shades of Turkish Rose #AA6670
Tints of Turkish Rose #AA6670
RGB
CMYK
RGB Variations
Color information
#AA6670 (or 0xAA6670) is known color: Turkish Rose. HEX triplet: AA, 66 and 70. RGB value is (170,102,112). Sum of RGB (Red+Green+Blue) = 170+102+112=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6670 is #55998F. Grayscale: #7B7B7B. Windows color (decimal): -5609872 or 7366314. OLE color: 7366314.
HSL color Cylindrical-coordinate representation of color #AA6670: hue angle of 351.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6670 is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 112 | - |
| CMYK | 0 | 0.4 | 0.34 | 0.33 |
| HSL | 351.18º | 0.29% | 0.53% | - |
| HSV(B) | 351.18º | 0.4% | 0.67% | - |
| XYZ | 24.25 | 19.22 | 17.76 | - |
| YUV | 123.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 112 | 0 | 0.4 | 0.34 | 0.33 | 351.18 | 0.29 | 0.53 |
| Hex | AA | 66 | 70 | 0 | 28 | 22 | 21 | 15F | 1D | 35 |
| Octal | 252 | 146 | 160 | 0 | 50 | 42 | 41 | 537 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1110000 | 0 | 101000 | 100010 | 100001 | 101011111 | 11101 | 110101 |
Color Harmonies of #AA6670
Complementary color
Monochromatic Colors of #AA6670
Black with #AA6670
Text Example
Text Example
White with #AA6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6670; }
p { color: rgb(170,102,112); }
H1.HeaderClassName
{
color: #AA6670;
}
.AnyTagClassName
{
color: #AA6670;
}
</style>
background-color css
<style>
a { background-color: #AA6670; }
a { background-color: rgb(170,102,112); }
div.DivClassName
{
background-color: #AA6670;
}
.BgClassName
{
background-color: #AA6670;
}
</style>
border-color css
<style>
span { border-color: #AA6670; }
span { border-color: rgb(170,102,112); }
td.TdClassName
{
border-color: #AA6670;
}
.TagClassName
{
border-color: #AA6670;
}
</style>