Shades of Turkish Rose #A75D73
Tints of Turkish Rose #A75D73
RGB
CMYK
RGB Variations
Color information
#A75D73 (or 0xA75D73) is known color: Turkish Rose. HEX triplet: A7, 5D and 73. RGB value is (167,93,115). Sum of RGB (Red+Green+Blue) = 167+93+115=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D73 is #58A28C. Grayscale: #757575. Windows color (decimal): -5808781 or 7560615. OLE color: 7560615.
HSL color Cylindrical-coordinate representation of color #A75D73: hue angle of 342.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D73 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 93 | 115 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.35 |
| HSL | 342.16º | 0.3% | 0.51% | - |
| HSV(B) | 342.16º | 0.44% | 0.65% | - |
| XYZ | 22.95 | 17.28 | 18.35 | - |
| YUV | 117.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 115 | 0 | 0.44 | 0.31 | 0.35 | 342.16 | 0.3 | 0.51 |
| Hex | A7 | 5D | 73 | 0 | 2C | 1F | 23 | 156 | 1E | 33 |
| Octal | 247 | 135 | 163 | 0 | 54 | 37 | 43 | 526 | 36 | 63 |
| Binary | 10100111 | 1011101 | 1110011 | 0 | 101100 | 11111 | 100011 | 101010110 | 11110 | 110011 |
Color Harmonies of #A75D73
Complementary color
Monochromatic Colors of #A75D73
Black with #A75D73
Text Example
Text Example
White with #A75D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75D73; }
p { color: rgb(167,93,115); }
H1.HeaderClassName
{
color: #A75D73;
}
.AnyTagClassName
{
color: #A75D73;
}
</style>
background-color css
<style>
a { background-color: #A75D73; }
a { background-color: rgb(167,93,115); }
div.DivClassName
{
background-color: #A75D73;
}
.BgClassName
{
background-color: #A75D73;
}
</style>
border-color css
<style>
span { border-color: #A75D73; }
span { border-color: rgb(167,93,115); }
td.TdClassName
{
border-color: #A75D73;
}
.TagClassName
{
border-color: #A75D73;
}
</style>