Shades of Turkish Rose #A6686D
Tints of Turkish Rose #A6686D
RGB
CMYK
RGB Variations
Color information
#A6686D (or 0xA6686D) is known color: Turkish Rose. HEX triplet: A6, 68 and 6D. RGB value is (166,104,109). Sum of RGB (Red+Green+Blue) = 166+104+109=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686D is #599792. Grayscale: #7B7B7B. Windows color (decimal): -5871507 or 7170214. OLE color: 7170214.
HSL color Cylindrical-coordinate representation of color #A6686D: hue angle of 355.16º 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 #A6686D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 109 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.35 |
| HSL | 355.16º | 0.26% | 0.53% | - |
| HSV(B) | 355.16º | 0.37% | 0.65% | - |
| XYZ | 23.44 | 19.11 | 16.92 | - |
| YUV | 123.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 109 | 0 | 0.37 | 0.34 | 0.35 | 355.16 | 0.26 | 0.53 |
| Hex | A6 | 68 | 6D | 0 | 25 | 22 | 23 | 163 | 1A | 35 |
| Octal | 246 | 150 | 155 | 0 | 45 | 42 | 43 | 543 | 32 | 65 |
| Binary | 10100110 | 1101000 | 1101101 | 0 | 100101 | 100010 | 100011 | 101100011 | 11010 | 110101 |
Color Harmonies of #A6686D
Complementary color
Monochromatic Colors of #A6686D
Black with #A6686D
Text Example
Text Example
White with #A6686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6686D; }
p { color: rgb(166,104,109); }
H1.HeaderClassName
{
color: #A6686D;
}
.AnyTagClassName
{
color: #A6686D;
}
</style>
background-color css
<style>
a { background-color: #A6686D; }
a { background-color: rgb(166,104,109); }
div.DivClassName
{
background-color: #A6686D;
}
.BgClassName
{
background-color: #A6686D;
}
</style>
border-color css
<style>
span { border-color: #A6686D; }
span { border-color: rgb(166,104,109); }
td.TdClassName
{
border-color: #A6686D;
}
.TagClassName
{
border-color: #A6686D;
}
</style>