Shades of Turkish Rose #A86C6E
Tints of Turkish Rose #A86C6E
RGB
CMYK
RGB Variations
Color information
#A86C6E (or 0xA86C6E) is known color: Turkish Rose. HEX triplet: A8, 6C and 6E. RGB value is (168,108,110). Sum of RGB (Red+Green+Blue) = 168+108+110=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86C6E is #579391. Grayscale: #7E7E7E. Windows color (decimal): -5739410 or 7236776. OLE color: 7236776.
HSL color Cylindrical-coordinate representation of color #A86C6E: hue angle of 358º 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 #A86C6E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 110 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.34 |
| HSL | 358º | 0.26% | 0.54% | - |
| HSV(B) | 358º | 0.36% | 0.66% | - |
| XYZ | 24.33 | 20.18 | 17.36 | - |
| YUV | 126.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 110 | 0 | 0.36 | 0.35 | 0.34 | 358 | 0.26 | 0.54 |
| Hex | A8 | 6C | 6E | 0 | 24 | 23 | 22 | 166 | 1A | 36 |
| Octal | 250 | 154 | 156 | 0 | 44 | 43 | 42 | 546 | 32 | 66 |
| Binary | 10101000 | 1101100 | 1101110 | 0 | 100100 | 100011 | 100010 | 101100110 | 11010 | 110110 |
Color Harmonies of #A86C6E
Complementary color
Monochromatic Colors of #A86C6E
Black with #A86C6E
Text Example
Text Example
White with #A86C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C6E; }
p { color: rgb(168,108,110); }
H1.HeaderClassName
{
color: #A86C6E;
}
.AnyTagClassName
{
color: #A86C6E;
}
</style>
background-color css
<style>
a { background-color: #A86C6E; }
a { background-color: rgb(168,108,110); }
div.DivClassName
{
background-color: #A86C6E;
}
.BgClassName
{
background-color: #A86C6E;
}
</style>
border-color css
<style>
span { border-color: #A86C6E; }
span { border-color: rgb(168,108,110); }
td.TdClassName
{
border-color: #A86C6E;
}
.TagClassName
{
border-color: #A86C6E;
}
</style>