Shades of Turkish Rose #A0646C
Tints of Turkish Rose #A0646C
RGB
CMYK
RGB Variations
Color information
#A0646C (or 0xA0646C) is known color: Turkish Rose. HEX triplet: A0, 64 and 6C. RGB value is (160,100,108). Sum of RGB (Red+Green+Blue) = 160+100+108=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0646C is #5F9B93. Grayscale: #767676. Windows color (decimal): -6265748 or 7103648. OLE color: 7103648.
HSL color Cylindrical-coordinate representation of color #A0646C: hue angle of 352º 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 #A0646C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 108 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.37 |
| HSL | 352º | 0.24% | 0.51% | - |
| HSV(B) | 352º | 0.38% | 0.63% | - |
| XYZ | 21.76 | 17.67 | 16.45 | - |
| YUV | 118.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 108 | 0 | 0.38 | 0.32 | 0.37 | 352 | 0.24 | 0.51 |
| Hex | A0 | 64 | 6C | 0 | 26 | 20 | 25 | 160 | 18 | 33 |
| Octal | 240 | 144 | 154 | 0 | 46 | 40 | 45 | 540 | 30 | 63 |
| Binary | 10100000 | 1100100 | 1101100 | 0 | 100110 | 100000 | 100101 | 101100000 | 11000 | 110011 |
Color Harmonies of #A0646C
Complementary color
Monochromatic Colors of #A0646C
Black with #A0646C
Text Example
Text Example
White with #A0646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0646C; }
p { color: rgb(160,100,108); }
H1.HeaderClassName
{
color: #A0646C;
}
.AnyTagClassName
{
color: #A0646C;
}
</style>
background-color css
<style>
a { background-color: #A0646C; }
a { background-color: rgb(160,100,108); }
div.DivClassName
{
background-color: #A0646C;
}
.BgClassName
{
background-color: #A0646C;
}
</style>
border-color css
<style>
span { border-color: #A0646C; }
span { border-color: rgb(160,100,108); }
td.TdClassName
{
border-color: #A0646C;
}
.TagClassName
{
border-color: #A0646C;
}
</style>