Shades of Turkish Rose #AA666E
Tints of Turkish Rose #AA666E
RGB
CMYK
RGB Variations
Color information
#AA666E (or 0xAA666E) is known color: Turkish Rose. HEX triplet: AA, 66 and 6E. RGB value is (170,102,110). Sum of RGB (Red+Green+Blue) = 170+102+110=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA666E is #559991. Grayscale: #7B7B7B. Windows color (decimal): -5609874 or 7235242. OLE color: 7235242.
HSL color Cylindrical-coordinate representation of color #AA666E: hue angle of 352.94º 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 #AA666E is Cyan = 0, Magento = 0.4, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 110 | - |
| CMYK | 0 | 0.4 | 0.35 | 0.33 |
| HSL | 352.94º | 0.29% | 0.53% | - |
| HSV(B) | 352.94º | 0.4% | 0.67% | - |
| XYZ | 24.14 | 19.17 | 17.18 | - |
| YUV | 123.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 110 | 0 | 0.4 | 0.35 | 0.33 | 352.94 | 0.29 | 0.53 |
| Hex | AA | 66 | 6E | 0 | 28 | 23 | 21 | 161 | 1D | 35 |
| Octal | 252 | 146 | 156 | 0 | 50 | 43 | 41 | 541 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1101110 | 0 | 101000 | 100011 | 100001 | 101100001 | 11101 | 110101 |
Color Harmonies of #AA666E
Complementary color
Monochromatic Colors of #AA666E
Black with #AA666E
Text Example
Text Example
White with #AA666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA666E; }
p { color: rgb(170,102,110); }
H1.HeaderClassName
{
color: #AA666E;
}
.AnyTagClassName
{
color: #AA666E;
}
</style>
background-color css
<style>
a { background-color: #AA666E; }
a { background-color: rgb(170,102,110); }
div.DivClassName
{
background-color: #AA666E;
}
.BgClassName
{
background-color: #AA666E;
}
</style>
border-color css
<style>
span { border-color: #AA666E; }
span { border-color: rgb(170,102,110); }
td.TdClassName
{
border-color: #AA666E;
}
.TagClassName
{
border-color: #AA666E;
}
</style>