Shades of Turkish Rose #A0737E
Tints of Turkish Rose #A0737E
RGB
CMYK
RGB Variations
Color information
#A0737E (or 0xA0737E) is known color: Turkish Rose. HEX triplet: A0, 73 and 7E. RGB value is (160,115,126). Sum of RGB (Red+Green+Blue) = 160+115+126=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737E is #5F8C81. Grayscale: #818181. Windows color (decimal): -6261890 or 8287136. OLE color: 8287136.
HSL color Cylindrical-coordinate representation of color #A0737E: hue angle of 345.33º 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 #A0737E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 126 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.37 |
| HSL | 345.33º | 0.19% | 0.54% | - |
| HSV(B) | 345.33º | 0.28% | 0.63% | - |
| XYZ | 24.39 | 21.24 | 22.55 | - |
| YUV | 129.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 126 | 0 | 0.28 | 0.21 | 0.37 | 345.33 | 0.19 | 0.54 |
| Hex | A0 | 73 | 7E | 0 | 1C | 15 | 25 | 159 | 13 | 36 |
| Octal | 240 | 163 | 176 | 0 | 34 | 25 | 45 | 531 | 23 | 66 |
| Binary | 10100000 | 1110011 | 1111110 | 0 | 11100 | 10101 | 100101 | 101011001 | 10011 | 110110 |
Color Harmonies of #A0737E
Complementary color
Monochromatic Colors of #A0737E
Black with #A0737E
Text Example
Text Example
White with #A0737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0737E; }
p { color: rgb(160,115,126); }
H1.HeaderClassName
{
color: #A0737E;
}
.AnyTagClassName
{
color: #A0737E;
}
</style>
background-color css
<style>
a { background-color: #A0737E; }
a { background-color: rgb(160,115,126); }
div.DivClassName
{
background-color: #A0737E;
}
.BgClassName
{
background-color: #A0737E;
}
</style>
border-color css
<style>
span { border-color: #A0737E; }
span { border-color: rgb(160,115,126); }
td.TdClassName
{
border-color: #A0737E;
}
.TagClassName
{
border-color: #A0737E;
}
</style>