Shades of Turkish Rose #A85F69
Tints of Turkish Rose #A85F69
RGB
CMYK
RGB Variations
Color information
#A85F69 (or 0xA85F69) is known color: Turkish Rose. HEX triplet: A8, 5F and 69. RGB value is (168,95,105). Sum of RGB (Red+Green+Blue) = 168+95+105=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F69 is #57A096. Grayscale: #757575. Windows color (decimal): -5742743 or 6905768. OLE color: 6905768.
HSL color Cylindrical-coordinate representation of color #A85F69: hue angle of 351.78º 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 #A85F69 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 105 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.34 |
| HSL | 351.78º | 0.3% | 0.52% | - |
| HSV(B) | 351.78º | 0.43% | 0.66% | - |
| XYZ | 22.79 | 17.53 | 15.55 | - |
| YUV | 117.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 105 | 0 | 0.43 | 0.38 | 0.34 | 351.78 | 0.3 | 0.52 |
| Hex | A8 | 5F | 69 | 0 | 2B | 26 | 22 | 160 | 1E | 34 |
| Octal | 250 | 137 | 151 | 0 | 53 | 46 | 42 | 540 | 36 | 64 |
| Binary | 10101000 | 1011111 | 1101001 | 0 | 101011 | 100110 | 100010 | 101100000 | 11110 | 110100 |
Color Harmonies of #A85F69
Complementary color
Monochromatic Colors of #A85F69
Black with #A85F69
Text Example
Text Example
White with #A85F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F69; }
p { color: rgb(168,95,105); }
H1.HeaderClassName
{
color: #A85F69;
}
.AnyTagClassName
{
color: #A85F69;
}
</style>
background-color css
<style>
a { background-color: #A85F69; }
a { background-color: rgb(168,95,105); }
div.DivClassName
{
background-color: #A85F69;
}
.BgClassName
{
background-color: #A85F69;
}
</style>
border-color css
<style>
span { border-color: #A85F69; }
span { border-color: rgb(168,95,105); }
td.TdClassName
{
border-color: #A85F69;
}
.TagClassName
{
border-color: #A85F69;
}
</style>