Shades of Turkish Rose #A0737F
Tints of Turkish Rose #A0737F
RGB
CMYK
RGB Variations
Color information
#A0737F (or 0xA0737F) is known color: Turkish Rose. HEX triplet: A0, 73 and 7F. RGB value is (160,115,127). Sum of RGB (Red+Green+Blue) = 160+115+127=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737F is #5F8C80. Grayscale: #818181. Windows color (decimal): -6261889 or 8352672. OLE color: 8352672.
HSL color Cylindrical-coordinate representation of color #A0737F: hue angle of 344º 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 #A0737F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 127 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.37 |
| HSL | 344º | 0.19% | 0.54% | - |
| HSV(B) | 344º | 0.28% | 0.63% | - |
| XYZ | 24.46 | 21.27 | 22.89 | - |
| YUV | 129.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 127 | 0 | 0.28 | 0.21 | 0.37 | 344 | 0.19 | 0.54 |
| Hex | A0 | 73 | 7F | 0 | 1C | 15 | 25 | 158 | 13 | 36 |
| Octal | 240 | 163 | 177 | 0 | 34 | 25 | 45 | 530 | 23 | 66 |
| Binary | 10100000 | 1110011 | 1111111 | 0 | 11100 | 10101 | 100101 | 101011000 | 10011 | 110110 |
Color Harmonies of #A0737F
Complementary color
Monochromatic Colors of #A0737F
Black with #A0737F
Text Example
Text Example
White with #A0737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0737F; }
p { color: rgb(160,115,127); }
H1.HeaderClassName
{
color: #A0737F;
}
.AnyTagClassName
{
color: #A0737F;
}
</style>
background-color css
<style>
a { background-color: #A0737F; }
a { background-color: rgb(160,115,127); }
div.DivClassName
{
background-color: #A0737F;
}
.BgClassName
{
background-color: #A0737F;
}
</style>
border-color css
<style>
span { border-color: #A0737F; }
span { border-color: rgb(160,115,127); }
td.TdClassName
{
border-color: #A0737F;
}
.TagClassName
{
border-color: #A0737F;
}
</style>