Shades of Turkish Rose #A06E71
Tints of Turkish Rose #A06E71
RGB
CMYK
RGB Variations
Color information
#A06E71 (or 0xA06E71) is known color: Turkish Rose. HEX triplet: A0, 6E and 71. RGB value is (160,110,113). Sum of RGB (Red+Green+Blue) = 160+110+113=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E71 is #5F918E. Grayscale: #7D7D7D. Windows color (decimal): -6263183 or 7433888. OLE color: 7433888.
HSL color Cylindrical-coordinate representation of color #A06E71: hue angle of 356.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E71 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 113 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.37 |
| HSL | 356.4º | 0.21% | 0.53% | - |
| HSV(B) | 356.4º | 0.31% | 0.63% | - |
| XYZ | 23.05 | 19.82 | 18.23 | - |
| YUV | 125.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 113 | 0 | 0.31 | 0.29 | 0.37 | 356.4 | 0.21 | 0.53 |
| Hex | A0 | 6E | 71 | 0 | 1F | 1D | 25 | 164 | 15 | 35 |
| Octal | 240 | 156 | 161 | 0 | 37 | 35 | 45 | 544 | 25 | 65 |
| Binary | 10100000 | 1101110 | 1110001 | 0 | 11111 | 11101 | 100101 | 101100100 | 10101 | 110101 |
Color Harmonies of #A06E71
Complementary color
Monochromatic Colors of #A06E71
Black with #A06E71
Text Example
Text Example
White with #A06E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E71; }
p { color: rgb(160,110,113); }
H1.HeaderClassName
{
color: #A06E71;
}
.AnyTagClassName
{
color: #A06E71;
}
</style>
background-color css
<style>
a { background-color: #A06E71; }
a { background-color: rgb(160,110,113); }
div.DivClassName
{
background-color: #A06E71;
}
.BgClassName
{
background-color: #A06E71;
}
</style>
border-color css
<style>
span { border-color: #A06E71; }
span { border-color: rgb(160,110,113); }
td.TdClassName
{
border-color: #A06E71;
}
.TagClassName
{
border-color: #A06E71;
}
</style>