Shades of Turkish Rose #A6636D
Tints of Turkish Rose #A6636D
RGB
CMYK
RGB Variations
Color information
#A6636D (or 0xA6636D) is known color: Turkish Rose. HEX triplet: A6, 63 and 6D. RGB value is (166,99,109). Sum of RGB (Red+Green+Blue) = 166+99+109=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636D is #599C92. Grayscale: #787878. Windows color (decimal): -5872787 or 7168934. OLE color: 7168934.
HSL color Cylindrical-coordinate representation of color #A6636D: hue angle of 351.04º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6636D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 109 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.35 |
| HSL | 351.04º | 0.27% | 0.52% | - |
| HSV(B) | 351.04º | 0.4% | 0.65% | - |
| XYZ | 22.95 | 18.13 | 16.76 | - |
| YUV | 120.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 109 | 0 | 0.40 | 0.34 | 0.35 | 351.04 | 0.27 | 0.52 |
| Hex | A6 | 63 | 6D | 0 | 28 | 22 | 23 | 15F | 1B | 34 |
| Octal | 246 | 143 | 155 | 0 | 50 | 42 | 43 | 537 | 33 | 64 |
| Binary | 10100110 | 1100011 | 1101101 | 0 | 101000 | 100010 | 100011 | 101011111 | 11011 | 110100 |
Color Harmonies of #A6636D
Complementary color
Monochromatic Colors of #A6636D
Black with #A6636D
Text Example
Text Example
White with #A6636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6636D; }
p { color: rgb(166,99,109); }
H1.HeaderClassName
{
color: #A6636D;
}
.AnyTagClassName
{
color: #A6636D;
}
</style>
background-color css
<style>
a { background-color: #A6636D; }
a { background-color: rgb(166,99,109); }
div.DivClassName
{
background-color: #A6636D;
}
.BgClassName
{
background-color: #A6636D;
}
</style>
border-color css
<style>
span { border-color: #A6636D; }
span { border-color: rgb(166,99,109); }
td.TdClassName
{
border-color: #A6636D;
}
.TagClassName
{
border-color: #A6636D;
}
</style>