Shades of Turkish Rose #A06D70
Tints of Turkish Rose #A06D70
RGB
CMYK
RGB Variations
Color information
#A06D70 (or 0xA06D70) is known color: Turkish Rose. HEX triplet: A0, 6D and 70. RGB value is (160,109,112). Sum of RGB (Red+Green+Blue) = 160+109+112=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D70 is #5F928F. Grayscale: #7C7C7C. Windows color (decimal): -6263440 or 7368096. OLE color: 7368096.
HSL color Cylindrical-coordinate representation of color #A06D70: hue angle of 356.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D70 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 112 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.37 |
| HSL | 356.47º | 0.21% | 0.53% | - |
| HSV(B) | 356.47º | 0.32% | 0.63% | - |
| XYZ | 22.89 | 19.58 | 17.9 | - |
| YUV | 124.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 112 | 0 | 0.32 | 0.30 | 0.37 | 356.47 | 0.21 | 0.53 |
| Hex | A0 | 6D | 70 | 0 | 20 | 1E | 25 | 164 | 15 | 35 |
| Octal | 240 | 155 | 160 | 0 | 40 | 36 | 45 | 544 | 25 | 65 |
| Binary | 10100000 | 1101101 | 1110000 | 0 | 100000 | 11110 | 100101 | 101100100 | 10101 | 110101 |
Color Harmonies of #A06D70
Complementary color
Monochromatic Colors of #A06D70
Black with #A06D70
Text Example
Text Example
White with #A06D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D70; }
p { color: rgb(160,109,112); }
H1.HeaderClassName
{
color: #A06D70;
}
.AnyTagClassName
{
color: #A06D70;
}
</style>
background-color css
<style>
a { background-color: #A06D70; }
a { background-color: rgb(160,109,112); }
div.DivClassName
{
background-color: #A06D70;
}
.BgClassName
{
background-color: #A06D70;
}
</style>
border-color css
<style>
span { border-color: #A06D70; }
span { border-color: rgb(160,109,112); }
td.TdClassName
{
border-color: #A06D70;
}
.TagClassName
{
border-color: #A06D70;
}
</style>