Shades of Turkish Rose #A06E78
Tints of Turkish Rose #A06E78
RGB
CMYK
RGB Variations
Color information
#A06E78 (or 0xA06E78) is known color: Turkish Rose. HEX triplet: A0, 6E and 78. RGB value is (160,110,120). Sum of RGB (Red+Green+Blue) = 160+110+120=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E78 is #5F9187. Grayscale: #7E7E7E. Windows color (decimal): -6263176 or 7892640. OLE color: 7892640.
HSL color Cylindrical-coordinate representation of color #A06E78: hue angle of 348º 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 #A06E78 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 120 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.37 |
| HSL | 348º | 0.21% | 0.53% | - |
| HSV(B) | 348º | 0.31% | 0.63% | - |
| XYZ | 23.46 | 19.98 | 20.39 | - |
| YUV | 126.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 120 | 0 | 0.31 | 0.25 | 0.37 | 348 | 0.21 | 0.53 |
| Hex | A0 | 6E | 78 | 0 | 1F | 19 | 25 | 15C | 15 | 35 |
| Octal | 240 | 156 | 170 | 0 | 37 | 31 | 45 | 534 | 25 | 65 |
| Binary | 10100000 | 1101110 | 1111000 | 0 | 11111 | 11001 | 100101 | 101011100 | 10101 | 110101 |
Color Harmonies of #A06E78
Complementary color
Monochromatic Colors of #A06E78
Black with #A06E78
Text Example
Text Example
White with #A06E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E78; }
p { color: rgb(160,110,120); }
H1.HeaderClassName
{
color: #A06E78;
}
.AnyTagClassName
{
color: #A06E78;
}
</style>
background-color css
<style>
a { background-color: #A06E78; }
a { background-color: rgb(160,110,120); }
div.DivClassName
{
background-color: #A06E78;
}
.BgClassName
{
background-color: #A06E78;
}
</style>
border-color css
<style>
span { border-color: #A06E78; }
span { border-color: rgb(160,110,120); }
td.TdClassName
{
border-color: #A06E78;
}
.TagClassName
{
border-color: #A06E78;
}
</style>