Shades of Turkish Rose #A6656B
Tints of Turkish Rose #A6656B
RGB
CMYK
RGB Variations
Color information
#A6656B (or 0xA6656B) is known color: Turkish Rose. HEX triplet: A6, 65 and 6B. RGB value is (166,101,107). Sum of RGB (Red+Green+Blue) = 166+101+107=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6656B is #599A94. Grayscale: #797979. Windows color (decimal): -5872277 or 7038374. OLE color: 7038374.
HSL color Cylindrical-coordinate representation of color #A6656B: hue angle of 354.46º 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 #A6656B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 107 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.35 |
| HSL | 354.46º | 0.27% | 0.52% | - |
| HSV(B) | 354.46º | 0.39% | 0.65% | - |
| XYZ | 23.03 | 18.48 | 16.26 | - |
| YUV | 121.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 107 | 0 | 0.39 | 0.36 | 0.35 | 354.46 | 0.27 | 0.52 |
| Hex | A6 | 65 | 6B | 0 | 27 | 24 | 23 | 162 | 1B | 34 |
| Octal | 246 | 145 | 153 | 0 | 47 | 44 | 43 | 542 | 33 | 64 |
| Binary | 10100110 | 1100101 | 1101011 | 0 | 100111 | 100100 | 100011 | 101100010 | 11011 | 110100 |
Color Harmonies of #A6656B
Complementary color
Monochromatic Colors of #A6656B
Black with #A6656B
Text Example
Text Example
White with #A6656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6656B; }
p { color: rgb(166,101,107); }
H1.HeaderClassName
{
color: #A6656B;
}
.AnyTagClassName
{
color: #A6656B;
}
</style>
background-color css
<style>
a { background-color: #A6656B; }
a { background-color: rgb(166,101,107); }
div.DivClassName
{
background-color: #A6656B;
}
.BgClassName
{
background-color: #A6656B;
}
</style>
border-color css
<style>
span { border-color: #A6656B; }
span { border-color: rgb(166,101,107); }
td.TdClassName
{
border-color: #A6656B;
}
.TagClassName
{
border-color: #A6656B;
}
</style>