Shades of Turkish Rose #A6656C
Tints of Turkish Rose #A6656C
RGB
CMYK
RGB Variations
Color information
#A6656C (or 0xA6656C) is known color: Turkish Rose. HEX triplet: A6, 65 and 6C. RGB value is (166,101,108). Sum of RGB (Red+Green+Blue) = 166+101+108=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6656C is #599A93. Grayscale: #797979. Windows color (decimal): -5872276 or 7103910. OLE color: 7103910.
HSL color Cylindrical-coordinate representation of color #A6656C: hue angle of 353.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6656C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 108 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.35 |
| HSL | 353.54º | 0.27% | 0.52% | - |
| HSV(B) | 353.54º | 0.39% | 0.65% | - |
| XYZ | 23.09 | 18.5 | 16.54 | - |
| YUV | 121.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 108 | 0 | 0.39 | 0.35 | 0.35 | 353.54 | 0.27 | 0.52 |
| Hex | A6 | 65 | 6C | 0 | 27 | 23 | 23 | 162 | 1B | 34 |
| Octal | 246 | 145 | 154 | 0 | 47 | 43 | 43 | 542 | 33 | 64 |
| Binary | 10100110 | 1100101 | 1101100 | 0 | 100111 | 100011 | 100011 | 101100010 | 11011 | 110100 |
Color Harmonies of #A6656C
Complementary color
Monochromatic Colors of #A6656C
Black with #A6656C
Text Example
Text Example
White with #A6656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6656C; }
p { color: rgb(166,101,108); }
H1.HeaderClassName
{
color: #A6656C;
}
.AnyTagClassName
{
color: #A6656C;
}
</style>
background-color css
<style>
a { background-color: #A6656C; }
a { background-color: rgb(166,101,108); }
div.DivClassName
{
background-color: #A6656C;
}
.BgClassName
{
background-color: #A6656C;
}
</style>
border-color css
<style>
span { border-color: #A6656C; }
span { border-color: rgb(166,101,108); }
td.TdClassName
{
border-color: #A6656C;
}
.TagClassName
{
border-color: #A6656C;
}
</style>