Shades of Turkish Rose #A06F79
Tints of Turkish Rose #A06F79
RGB
CMYK
RGB Variations
Color information
#A06F79 (or 0xA06F79) is known color: Turkish Rose. HEX triplet: A0, 6F and 79. RGB value is (160,111,121). Sum of RGB (Red+Green+Blue) = 160+111+121=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F79 is #5F9086. Grayscale: #7E7E7E. Windows color (decimal): -6262919 or 7958432. OLE color: 7958432.
HSL color Cylindrical-coordinate representation of color #A06F79: hue angle of 347.76º 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 #A06F79 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 121 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.37 |
| HSL | 347.76º | 0.21% | 0.53% | - |
| HSV(B) | 347.76º | 0.31% | 0.63% | - |
| XYZ | 23.63 | 20.22 | 20.75 | - |
| YUV | 126.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 121 | 0 | 0.31 | 0.24 | 0.37 | 347.76 | 0.21 | 0.53 |
| Hex | A0 | 6F | 79 | 0 | 1F | 18 | 25 | 15C | 15 | 35 |
| Octal | 240 | 157 | 171 | 0 | 37 | 30 | 45 | 534 | 25 | 65 |
| Binary | 10100000 | 1101111 | 1111001 | 0 | 11111 | 11000 | 100101 | 101011100 | 10101 | 110101 |
Color Harmonies of #A06F79
Complementary color
Monochromatic Colors of #A06F79
Black with #A06F79
Text Example
Text Example
White with #A06F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F79; }
p { color: rgb(160,111,121); }
H1.HeaderClassName
{
color: #A06F79;
}
.AnyTagClassName
{
color: #A06F79;
}
</style>
background-color css
<style>
a { background-color: #A06F79; }
a { background-color: rgb(160,111,121); }
div.DivClassName
{
background-color: #A06F79;
}
.BgClassName
{
background-color: #A06F79;
}
</style>
border-color css
<style>
span { border-color: #A06F79; }
span { border-color: rgb(160,111,121); }
td.TdClassName
{
border-color: #A06F79;
}
.TagClassName
{
border-color: #A06F79;
}
</style>