Shades of Turkish Rose #A6687B
Tints of Turkish Rose #A6687B
RGB
CMYK
RGB Variations
Color information
#A6687B (or 0xA6687B) is known color: Turkish Rose. HEX triplet: A6, 68 and 7B. RGB value is (166,104,123). Sum of RGB (Red+Green+Blue) = 166+104+123=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6687B is #599784. Grayscale: #7C7C7C. Windows color (decimal): -5871493 or 8087718. OLE color: 8087718.
HSL color Cylindrical-coordinate representation of color #A6687B: hue angle of 341.61º 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 #A6687B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 123 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.35 |
| HSL | 341.61º | 0.26% | 0.53% | - |
| HSV(B) | 341.61º | 0.37% | 0.65% | - |
| XYZ | 24.25 | 19.44 | 21.21 | - |
| YUV | 124.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 123 | 0 | 0.37 | 0.26 | 0.35 | 341.61 | 0.26 | 0.53 |
| Hex | A6 | 68 | 7B | 0 | 25 | 1A | 23 | 156 | 1A | 35 |
| Octal | 246 | 150 | 173 | 0 | 45 | 32 | 43 | 526 | 32 | 65 |
| Binary | 10100110 | 1101000 | 1111011 | 0 | 100101 | 11010 | 100011 | 101010110 | 11010 | 110101 |
Color Harmonies of #A6687B
Complementary color
Monochromatic Colors of #A6687B
Black with #A6687B
Text Example
Text Example
White with #A6687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6687B; }
p { color: rgb(166,104,123); }
H1.HeaderClassName
{
color: #A6687B;
}
.AnyTagClassName
{
color: #A6687B;
}
</style>
background-color css
<style>
a { background-color: #A6687B; }
a { background-color: rgb(166,104,123); }
div.DivClassName
{
background-color: #A6687B;
}
.BgClassName
{
background-color: #A6687B;
}
</style>
border-color css
<style>
span { border-color: #A6687B; }
span { border-color: rgb(166,104,123); }
td.TdClassName
{
border-color: #A6687B;
}
.TagClassName
{
border-color: #A6687B;
}
</style>