Shades of Turkish Rose #A6686E
Tints of Turkish Rose #A6686E
RGB
CMYK
RGB Variations
Color information
#A6686E (or 0xA6686E) is known color: Turkish Rose. HEX triplet: A6, 68 and 6E. RGB value is (166,104,110). Sum of RGB (Red+Green+Blue) = 166+104+110=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686E is #599791. Grayscale: #7B7B7B. Windows color (decimal): -5871506 or 7235750. OLE color: 7235750.
HSL color Cylindrical-coordinate representation of color #A6686E: hue angle of 354.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6686E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 110 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.35 |
| HSL | 354.19º | 0.26% | 0.53% | - |
| HSV(B) | 354.19º | 0.37% | 0.65% | - |
| XYZ | 23.49 | 19.13 | 17.21 | - |
| YUV | 123.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 110 | 0 | 0.37 | 0.34 | 0.35 | 354.19 | 0.26 | 0.53 |
| Hex | A6 | 68 | 6E | 0 | 25 | 22 | 23 | 162 | 1A | 35 |
| Octal | 246 | 150 | 156 | 0 | 45 | 42 | 43 | 542 | 32 | 65 |
| Binary | 10100110 | 1101000 | 1101110 | 0 | 100101 | 100010 | 100011 | 101100010 | 11010 | 110101 |
Color Harmonies of #A6686E
Complementary color
Monochromatic Colors of #A6686E
Black with #A6686E
Text Example
Text Example
White with #A6686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6686E; }
p { color: rgb(166,104,110); }
H1.HeaderClassName
{
color: #A6686E;
}
.AnyTagClassName
{
color: #A6686E;
}
</style>
background-color css
<style>
a { background-color: #A6686E; }
a { background-color: rgb(166,104,110); }
div.DivClassName
{
background-color: #A6686E;
}
.BgClassName
{
background-color: #A6686E;
}
</style>
border-color css
<style>
span { border-color: #A6686E; }
span { border-color: rgb(166,104,110); }
td.TdClassName
{
border-color: #A6686E;
}
.TagClassName
{
border-color: #A6686E;
}
</style>