Shades of Turkish Rose #A85F75
Tints of Turkish Rose #A85F75
RGB
CMYK
RGB Variations
Color information
#A85F75 (or 0xA85F75) is known color: Turkish Rose. HEX triplet: A8, 5F and 75. RGB value is (168,95,117). Sum of RGB (Red+Green+Blue) = 168+95+117=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F75 is #57A08A. Grayscale: #777777. Windows color (decimal): -5742731 or 7692200. OLE color: 7692200.
HSL color Cylindrical-coordinate representation of color #A85F75: hue angle of 341.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F75 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 117 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.34 |
| HSL | 341.92º | 0.3% | 0.52% | - |
| HSV(B) | 341.92º | 0.43% | 0.66% | - |
| XYZ | 23.45 | 17.79 | 19.03 | - |
| YUV | 119.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 117 | 0 | 0.43 | 0.30 | 0.34 | 341.92 | 0.3 | 0.52 |
| Hex | A8 | 5F | 75 | 0 | 2B | 1E | 22 | 156 | 1E | 34 |
| Octal | 250 | 137 | 165 | 0 | 53 | 36 | 42 | 526 | 36 | 64 |
| Binary | 10101000 | 1011111 | 1110101 | 0 | 101011 | 11110 | 100010 | 101010110 | 11110 | 110100 |
Color Harmonies of #A85F75
Complementary color
Monochromatic Colors of #A85F75
Black with #A85F75
Text Example
Text Example
White with #A85F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F75; }
p { color: rgb(168,95,117); }
H1.HeaderClassName
{
color: #A85F75;
}
.AnyTagClassName
{
color: #A85F75;
}
</style>
background-color css
<style>
a { background-color: #A85F75; }
a { background-color: rgb(168,95,117); }
div.DivClassName
{
background-color: #A85F75;
}
.BgClassName
{
background-color: #A85F75;
}
</style>
border-color css
<style>
span { border-color: #A85F75; }
span { border-color: rgb(168,95,117); }
td.TdClassName
{
border-color: #A85F75;
}
.TagClassName
{
border-color: #A85F75;
}
</style>