Shades of Turkish Rose #A0737C
Tints of Turkish Rose #A0737C
RGB
CMYK
RGB Variations
Color information
#A0737C (or 0xA0737C) is known color: Turkish Rose. HEX triplet: A0, 73 and 7C. RGB value is (160,115,124). Sum of RGB (Red+Green+Blue) = 160+115+124=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737C is #5F8C83. Grayscale: #818181. Windows color (decimal): -6261892 or 8156064. OLE color: 8156064.
HSL color Cylindrical-coordinate representation of color #A0737C: hue angle of 348º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0737C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 124 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.37 |
| HSL | 348º | 0.19% | 0.54% | - |
| HSV(B) | 348º | 0.28% | 0.63% | - |
| XYZ | 24.27 | 21.19 | 21.88 | - |
| YUV | 129.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 124 | 0 | 0.28 | 0.22 | 0.37 | 348 | 0.19 | 0.54 |
| Hex | A0 | 73 | 7C | 0 | 1C | 16 | 25 | 15C | 13 | 36 |
| Octal | 240 | 163 | 174 | 0 | 34 | 26 | 45 | 534 | 23 | 66 |
| Binary | 10100000 | 1110011 | 1111100 | 0 | 11100 | 10110 | 100101 | 101011100 | 10011 | 110110 |
Color Harmonies of #A0737C
Complementary color
Monochromatic Colors of #A0737C
Black with #A0737C
Text Example
Text Example
White with #A0737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0737C; }
p { color: rgb(160,115,124); }
H1.HeaderClassName
{
color: #A0737C;
}
.AnyTagClassName
{
color: #A0737C;
}
</style>
background-color css
<style>
a { background-color: #A0737C; }
a { background-color: rgb(160,115,124); }
div.DivClassName
{
background-color: #A0737C;
}
.BgClassName
{
background-color: #A0737C;
}
</style>
border-color css
<style>
span { border-color: #A0737C; }
span { border-color: rgb(160,115,124); }
td.TdClassName
{
border-color: #A0737C;
}
.TagClassName
{
border-color: #A0737C;
}
</style>