Shades of Turkish Rose #A0757C
Tints of Turkish Rose #A0757C
RGB
CMYK
RGB Variations
Color information
#A0757C (or 0xA0757C) is known color: Turkish Rose. HEX triplet: A0, 75 and 7C. RGB value is (160,117,124). Sum of RGB (Red+Green+Blue) = 160+117+124=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0757C is #5F8A83. Grayscale: #828282. Windows color (decimal): -6261380 or 8156576. OLE color: 8156576.
HSL color Cylindrical-coordinate representation of color #A0757C: hue angle of 350.23º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0757C is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 124 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.37 |
| HSL | 350.23º | 0.18% | 0.54% | - |
| HSV(B) | 350.23º | 0.27% | 0.63% | - |
| XYZ | 24.5 | 21.65 | 21.96 | - |
| YUV | 130.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 124 | 0 | 0.27 | 0.22 | 0.37 | 350.23 | 0.18 | 0.54 |
| Hex | A0 | 75 | 7C | 0 | 1B | 16 | 25 | 15E | 12 | 36 |
| Octal | 240 | 165 | 174 | 0 | 33 | 26 | 45 | 536 | 22 | 66 |
| Binary | 10100000 | 1110101 | 1111100 | 0 | 11011 | 10110 | 100101 | 101011110 | 10010 | 110110 |
Color Harmonies of #A0757C
Complementary color
Monochromatic Colors of #A0757C
Black with #A0757C
Text Example
Text Example
White with #A0757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0757C; }
p { color: rgb(160,117,124); }
H1.HeaderClassName
{
color: #A0757C;
}
.AnyTagClassName
{
color: #A0757C;
}
</style>
background-color css
<style>
a { background-color: #A0757C; }
a { background-color: rgb(160,117,124); }
div.DivClassName
{
background-color: #A0757C;
}
.BgClassName
{
background-color: #A0757C;
}
</style>
border-color css
<style>
span { border-color: #A0757C; }
span { border-color: rgb(160,117,124); }
td.TdClassName
{
border-color: #A0757C;
}
.TagClassName
{
border-color: #A0757C;
}
</style>