Shades of Turkish Rose #A0646E
Tints of Turkish Rose #A0646E
RGB
CMYK
RGB Variations
Color information
#A0646E (or 0xA0646E) is known color: Turkish Rose. HEX triplet: A0, 64 and 6E. RGB value is (160,100,110). Sum of RGB (Red+Green+Blue) = 160+100+110=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0646E is #5F9B91. Grayscale: #777777. Windows color (decimal): -6265746 or 7234720. OLE color: 7234720.
HSL color Cylindrical-coordinate representation of color #A0646E: hue angle of 350º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0646E is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 110 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.37 |
| HSL | 350º | 0.24% | 0.51% | - |
| HSV(B) | 350º | 0.38% | 0.63% | - |
| XYZ | 21.87 | 17.71 | 17.02 | - |
| YUV | 119.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 110 | 0 | 0.38 | 0.31 | 0.37 | 350 | 0.24 | 0.51 |
| Hex | A0 | 64 | 6E | 0 | 26 | 1F | 25 | 15E | 18 | 33 |
| Octal | 240 | 144 | 156 | 0 | 46 | 37 | 45 | 536 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1101110 | 0 | 100110 | 11111 | 100101 | 101011110 | 11000 | 110011 |
Color Harmonies of #A0646E
Complementary color
Monochromatic Colors of #A0646E
Black with #A0646E
Text Example
Text Example
White with #A0646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0646E; }
p { color: rgb(160,100,110); }
H1.HeaderClassName
{
color: #A0646E;
}
.AnyTagClassName
{
color: #A0646E;
}
</style>
background-color css
<style>
a { background-color: #A0646E; }
a { background-color: rgb(160,100,110); }
div.DivClassName
{
background-color: #A0646E;
}
.BgClassName
{
background-color: #A0646E;
}
</style>
border-color css
<style>
span { border-color: #A0646E; }
span { border-color: rgb(160,100,110); }
td.TdClassName
{
border-color: #A0646E;
}
.TagClassName
{
border-color: #A0646E;
}
</style>