Shades of Turkish Rose #A86B6E
Tints of Turkish Rose #A86B6E
RGB
CMYK
RGB Variations
Color information
#A86B6E (or 0xA86B6E) is known color: Turkish Rose. HEX triplet: A8, 6B and 6E. RGB value is (168,107,110). Sum of RGB (Red+Green+Blue) = 168+107+110=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B6E is #579491. Grayscale: #7D7D7D. Windows color (decimal): -5739666 or 7236520. OLE color: 7236520.
HSL color Cylindrical-coordinate representation of color #A86B6E: hue angle of 357.05º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86B6E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 107 | 110 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.34 |
| HSL | 357.05º | 0.26% | 0.54% | - |
| HSV(B) | 357.05º | 0.36% | 0.66% | - |
| XYZ | 24.22 | 19.97 | 17.33 | - |
| YUV | 125.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 110 | 0 | 0.36 | 0.35 | 0.34 | 357.05 | 0.26 | 0.54 |
| Hex | A8 | 6B | 6E | 0 | 24 | 23 | 22 | 165 | 1A | 36 |
| Octal | 250 | 153 | 156 | 0 | 44 | 43 | 42 | 545 | 32 | 66 |
| Binary | 10101000 | 1101011 | 1101110 | 0 | 100100 | 100011 | 100010 | 101100101 | 11010 | 110110 |
Color Harmonies of #A86B6E
Complementary color
Monochromatic Colors of #A86B6E
Black with #A86B6E
Text Example
Text Example
White with #A86B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86B6E; }
p { color: rgb(168,107,110); }
H1.HeaderClassName
{
color: #A86B6E;
}
.AnyTagClassName
{
color: #A86B6E;
}
</style>
background-color css
<style>
a { background-color: #A86B6E; }
a { background-color: rgb(168,107,110); }
div.DivClassName
{
background-color: #A86B6E;
}
.BgClassName
{
background-color: #A86B6E;
}
</style>
border-color css
<style>
span { border-color: #A86B6E; }
span { border-color: rgb(168,107,110); }
td.TdClassName
{
border-color: #A86B6E;
}
.TagClassName
{
border-color: #A86B6E;
}
</style>