Shades of Turkish Rose #A0737A
Tints of Turkish Rose #A0737A
RGB
CMYK
RGB Variations
Color information
#A0737A (or 0xA0737A) is known color: Turkish Rose. HEX triplet: A0, 73 and 7A. RGB value is (160,115,122). Sum of RGB (Red+Green+Blue) = 160+115+122=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737A is #5F8C85. Grayscale: #818181. Windows color (decimal): -6261894 or 8024992. OLE color: 8024992.
HSL color Cylindrical-coordinate representation of color #A0737A: hue angle of 350.67º 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 #A0737A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 122 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.37 |
| HSL | 350.67º | 0.19% | 0.54% | - |
| HSV(B) | 350.67º | 0.28% | 0.63% | - |
| XYZ | 24.14 | 21.14 | 21.22 | - |
| YUV | 129.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 122 | 0 | 0.28 | 0.24 | 0.37 | 350.67 | 0.19 | 0.54 |
| Hex | A0 | 73 | 7A | 0 | 1C | 18 | 25 | 15F | 13 | 36 |
| Octal | 240 | 163 | 172 | 0 | 34 | 30 | 45 | 537 | 23 | 66 |
| Binary | 10100000 | 1110011 | 1111010 | 0 | 11100 | 11000 | 100101 | 101011111 | 10011 | 110110 |
Color Harmonies of #A0737A
Complementary color
Monochromatic Colors of #A0737A
Black with #A0737A
Text Example
Text Example
White with #A0737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0737A; }
p { color: rgb(160,115,122); }
H1.HeaderClassName
{
color: #A0737A;
}
.AnyTagClassName
{
color: #A0737A;
}
</style>
background-color css
<style>
a { background-color: #A0737A; }
a { background-color: rgb(160,115,122); }
div.DivClassName
{
background-color: #A0737A;
}
.BgClassName
{
background-color: #A0737A;
}
</style>
border-color css
<style>
span { border-color: #A0737A; }
span { border-color: rgb(160,115,122); }
td.TdClassName
{
border-color: #A0737A;
}
.TagClassName
{
border-color: #A0737A;
}
</style>