Shades of Turkish Rose #A86D79
Tints of Turkish Rose #A86D79
RGB
CMYK
RGB Variations
Color information
#A86D79 (or 0xA86D79) is known color: Turkish Rose. HEX triplet: A8, 6D and 79. RGB value is (168,109,121). Sum of RGB (Red+Green+Blue) = 168+109+121=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D79 is #579286. Grayscale: #808080. Windows color (decimal): -5739143 or 7957928. OLE color: 7957928.
HSL color Cylindrical-coordinate representation of color #A86D79: hue angle of 347.8º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D79 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 121 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.34 |
| HSL | 347.8º | 0.25% | 0.54% | - |
| HSV(B) | 347.8º | 0.35% | 0.66% | - |
| XYZ | 25.07 | 20.64 | 20.75 | - |
| YUV | 128.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 121 | 0 | 0.35 | 0.28 | 0.34 | 347.8 | 0.25 | 0.54 |
| Hex | A8 | 6D | 79 | 0 | 23 | 1C | 22 | 15C | 19 | 36 |
| Octal | 250 | 155 | 171 | 0 | 43 | 34 | 42 | 534 | 31 | 66 |
| Binary | 10101000 | 1101101 | 1111001 | 0 | 100011 | 11100 | 100010 | 101011100 | 11001 | 110110 |
Color Harmonies of #A86D79
Complementary color
Monochromatic Colors of #A86D79
Black with #A86D79
Text Example
Text Example
White with #A86D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D79; }
p { color: rgb(168,109,121); }
H1.HeaderClassName
{
color: #A86D79;
}
.AnyTagClassName
{
color: #A86D79;
}
</style>
background-color css
<style>
a { background-color: #A86D79; }
a { background-color: rgb(168,109,121); }
div.DivClassName
{
background-color: #A86D79;
}
.BgClassName
{
background-color: #A86D79;
}
</style>
border-color css
<style>
span { border-color: #A86D79; }
span { border-color: rgb(168,109,121); }
td.TdClassName
{
border-color: #A86D79;
}
.TagClassName
{
border-color: #A86D79;
}
</style>