Shades of Turkish Rose #A85F68
Tints of Turkish Rose #A85F68
RGB
CMYK
RGB Variations
Color information
#A85F68 (or 0xA85F68) is known color: Turkish Rose. HEX triplet: A8, 5F and 68. RGB value is (168,95,104). Sum of RGB (Red+Green+Blue) = 168+95+104=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F68 is #57A097. Grayscale: #757575. Windows color (decimal): -5742744 or 6840232. OLE color: 6840232.
HSL color Cylindrical-coordinate representation of color #A85F68: hue angle of 352.6º 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 #A85F68 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 104 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.34 |
| HSL | 352.6º | 0.3% | 0.52% | - |
| HSV(B) | 352.6º | 0.43% | 0.66% | - |
| XYZ | 22.74 | 17.51 | 15.28 | - |
| YUV | 117.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 104 | 0 | 0.43 | 0.38 | 0.34 | 352.6 | 0.3 | 0.52 |
| Hex | A8 | 5F | 68 | 0 | 2B | 26 | 22 | 161 | 1E | 34 |
| Octal | 250 | 137 | 150 | 0 | 53 | 46 | 42 | 541 | 36 | 64 |
| Binary | 10101000 | 1011111 | 1101000 | 0 | 101011 | 100110 | 100010 | 101100001 | 11110 | 110100 |
Color Harmonies of #A85F68
Complementary color
Monochromatic Colors of #A85F68
Black with #A85F68
Text Example
Text Example
White with #A85F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F68; }
p { color: rgb(168,95,104); }
H1.HeaderClassName
{
color: #A85F68;
}
.AnyTagClassName
{
color: #A85F68;
}
</style>
background-color css
<style>
a { background-color: #A85F68; }
a { background-color: rgb(168,95,104); }
div.DivClassName
{
background-color: #A85F68;
}
.BgClassName
{
background-color: #A85F68;
}
</style>
border-color css
<style>
span { border-color: #A85F68; }
span { border-color: rgb(168,95,104); }
td.TdClassName
{
border-color: #A85F68;
}
.TagClassName
{
border-color: #A85F68;
}
</style>