Shades of Turkish Rose #A6636C
Tints of Turkish Rose #A6636C
RGB
CMYK
RGB Variations
Color information
#A6636C (or 0xA6636C) is known color: Turkish Rose. HEX triplet: A6, 63 and 6C. RGB value is (166,99,108). Sum of RGB (Red+Green+Blue) = 166+99+108=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636C is #599C93. Grayscale: #787878. Windows color (decimal): -5872788 or 7103398. OLE color: 7103398.
HSL color Cylindrical-coordinate representation of color #A6636C: hue angle of 351.94º 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 #A6636C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 108 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.35 |
| HSL | 351.94º | 0.27% | 0.52% | - |
| HSV(B) | 351.94º | 0.4% | 0.65% | - |
| XYZ | 22.89 | 18.11 | 16.48 | - |
| YUV | 120.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 108 | 0 | 0.40 | 0.35 | 0.35 | 351.94 | 0.27 | 0.52 |
| Hex | A6 | 63 | 6C | 0 | 28 | 23 | 23 | 160 | 1B | 34 |
| Octal | 246 | 143 | 154 | 0 | 50 | 43 | 43 | 540 | 33 | 64 |
| Binary | 10100110 | 1100011 | 1101100 | 0 | 101000 | 100011 | 100011 | 101100000 | 11011 | 110100 |
Color Harmonies of #A6636C
Complementary color
Monochromatic Colors of #A6636C
Black with #A6636C
Text Example
Text Example
White with #A6636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6636C; }
p { color: rgb(166,99,108); }
H1.HeaderClassName
{
color: #A6636C;
}
.AnyTagClassName
{
color: #A6636C;
}
</style>
background-color css
<style>
a { background-color: #A6636C; }
a { background-color: rgb(166,99,108); }
div.DivClassName
{
background-color: #A6636C;
}
.BgClassName
{
background-color: #A6636C;
}
</style>
border-color css
<style>
span { border-color: #A6636C; }
span { border-color: rgb(166,99,108); }
td.TdClassName
{
border-color: #A6636C;
}
.TagClassName
{
border-color: #A6636C;
}
</style>