Shades of Turkish Rose #A66E71
Tints of Turkish Rose #A66E71
RGB
CMYK
RGB Variations
Color information
#A66E71 (or 0xA66E71) is known color: Turkish Rose. HEX triplet: A6, 6E and 71. RGB value is (166,110,113). Sum of RGB (Red+Green+Blue) = 166+110+113=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E71 is #59918E. Grayscale: #7F7F7F. Windows color (decimal): -5869967 or 7433894. OLE color: 7433894.
HSL color Cylindrical-coordinate representation of color #A66E71: hue angle of 356.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E71 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 113 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.35 |
| HSL | 356.79º | 0.24% | 0.54% | - |
| HSV(B) | 356.79º | 0.34% | 0.65% | - |
| XYZ | 24.28 | 20.45 | 18.29 | - |
| YUV | 127.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 113 | 0 | 0.34 | 0.32 | 0.35 | 356.79 | 0.24 | 0.54 |
| Hex | A6 | 6E | 71 | 0 | 22 | 20 | 23 | 165 | 18 | 36 |
| Octal | 246 | 156 | 161 | 0 | 42 | 40 | 43 | 545 | 30 | 66 |
| Binary | 10100110 | 1101110 | 1110001 | 0 | 100010 | 100000 | 100011 | 101100101 | 11000 | 110110 |
Color Harmonies of #A66E71
Complementary color
Monochromatic Colors of #A66E71
Black with #A66E71
Text Example
Text Example
White with #A66E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E71; }
p { color: rgb(166,110,113); }
H1.HeaderClassName
{
color: #A66E71;
}
.AnyTagClassName
{
color: #A66E71;
}
</style>
background-color css
<style>
a { background-color: #A66E71; }
a { background-color: rgb(166,110,113); }
div.DivClassName
{
background-color: #A66E71;
}
.BgClassName
{
background-color: #A66E71;
}
</style>
border-color css
<style>
span { border-color: #A66E71; }
span { border-color: rgb(166,110,113); }
td.TdClassName
{
border-color: #A66E71;
}
.TagClassName
{
border-color: #A66E71;
}
</style>