Shades of Turkish Rose #A0737B
Tints of Turkish Rose #A0737B
RGB
CMYK
RGB Variations
Color information
#A0737B (or 0xA0737B) is known color: Turkish Rose. HEX triplet: A0, 73 and 7B. RGB value is (160,115,123). Sum of RGB (Red+Green+Blue) = 160+115+123=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737B is #5F8C84. Grayscale: #818181. Windows color (decimal): -6261893 or 8090528. OLE color: 8090528.
HSL color Cylindrical-coordinate representation of color #A0737B: hue angle of 349.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 #A0737B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 123 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.37 |
| HSL | 349.33º | 0.19% | 0.54% | - |
| HSV(B) | 349.33º | 0.28% | 0.63% | - |
| XYZ | 24.2 | 21.17 | 21.55 | - |
| YUV | 129.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 123 | 0 | 0.28 | 0.23 | 0.37 | 349.33 | 0.19 | 0.54 |
| Hex | A0 | 73 | 7B | 0 | 1C | 17 | 25 | 15D | 13 | 36 |
| Octal | 240 | 163 | 173 | 0 | 34 | 27 | 45 | 535 | 23 | 66 |
| Binary | 10100000 | 1110011 | 1111011 | 0 | 11100 | 10111 | 100101 | 101011101 | 10011 | 110110 |
Color Harmonies of #A0737B
Complementary color
Monochromatic Colors of #A0737B
Black with #A0737B
Text Example
Text Example
White with #A0737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0737B; }
p { color: rgb(160,115,123); }
H1.HeaderClassName
{
color: #A0737B;
}
.AnyTagClassName
{
color: #A0737B;
}
</style>
background-color css
<style>
a { background-color: #A0737B; }
a { background-color: rgb(160,115,123); }
div.DivClassName
{
background-color: #A0737B;
}
.BgClassName
{
background-color: #A0737B;
}
</style>
border-color css
<style>
span { border-color: #A0737B; }
span { border-color: rgb(160,115,123); }
td.TdClassName
{
border-color: #A0737B;
}
.TagClassName
{
border-color: #A0737B;
}
</style>