Shades of Turkish Rose #A75E6C
Tints of Turkish Rose #A75E6C
RGB
CMYK
RGB Variations
Color information
#A75E6C (or 0xA75E6C) is known color: Turkish Rose. HEX triplet: A7, 5E and 6C. RGB value is (167,94,108). Sum of RGB (Red+Green+Blue) = 167+94+108=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E6C is #58A193. Grayscale: #757575. Windows color (decimal): -5808532 or 7102119. OLE color: 7102119.
HSL color Cylindrical-coordinate representation of color #A75E6C: hue angle of 348.49º degrees, saturation: 0.29, 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 #A75E6C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 108 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.35 |
| HSL | 348.49º | 0.29% | 0.51% | - |
| HSV(B) | 348.49º | 0.44% | 0.65% | - |
| XYZ | 22.65 | 17.3 | 16.33 | - |
| YUV | 117.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 108 | 0 | 0.44 | 0.35 | 0.35 | 348.49 | 0.29 | 0.51 |
| Hex | A7 | 5E | 6C | 0 | 2C | 23 | 23 | 15C | 1D | 33 |
| Octal | 247 | 136 | 154 | 0 | 54 | 43 | 43 | 534 | 35 | 63 |
| Binary | 10100111 | 1011110 | 1101100 | 0 | 101100 | 100011 | 100011 | 101011100 | 11101 | 110011 |
Color Harmonies of #A75E6C
Complementary color
Monochromatic Colors of #A75E6C
Black with #A75E6C
Text Example
Text Example
White with #A75E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E6C; }
p { color: rgb(167,94,108); }
H1.HeaderClassName
{
color: #A75E6C;
}
.AnyTagClassName
{
color: #A75E6C;
}
</style>
background-color css
<style>
a { background-color: #A75E6C; }
a { background-color: rgb(167,94,108); }
div.DivClassName
{
background-color: #A75E6C;
}
.BgClassName
{
background-color: #A75E6C;
}
</style>
border-color css
<style>
span { border-color: #A75E6C; }
span { border-color: rgb(167,94,108); }
td.TdClassName
{
border-color: #A75E6C;
}
.TagClassName
{
border-color: #A75E6C;
}
</style>