Shades of Turkish Rose #AD646C
Tints of Turkish Rose #AD646C
RGB
CMYK
RGB Variations
Color information
#AD646C (or 0xAD646C) is known color: Turkish Rose. HEX triplet: AD, 64 and 6C. RGB value is (173,100,108). Sum of RGB (Red+Green+Blue) = 173+100+108=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646C is #529B93. Grayscale: #7A7A7A. Windows color (decimal): -5413780 or 7103661. OLE color: 7103661.
HSL color Cylindrical-coordinate representation of color #AD646C: hue angle of 353.42º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD646C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 108 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.32 |
| HSL | 353.42º | 0.31% | 0.54% | - |
| HSV(B) | 353.42º | 0.42% | 0.68% | - |
| XYZ | 24.5 | 19.08 | 16.58 | - |
| YUV | 122.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 108 | 0 | 0.42 | 0.38 | 0.32 | 353.42 | 0.31 | 0.54 |
| Hex | AD | 64 | 6C | 0 | 2A | 26 | 20 | 161 | 1F | 36 |
| Octal | 255 | 144 | 154 | 0 | 52 | 46 | 40 | 541 | 37 | 66 |
| Binary | 10101101 | 1100100 | 1101100 | 0 | 101010 | 100110 | 100000 | 101100001 | 11111 | 110110 |
Color Harmonies of #AD646C
Complementary color
Monochromatic Colors of #AD646C
Black with #AD646C
Text Example
Text Example
White with #AD646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD646C; }
p { color: rgb(173,100,108); }
H1.HeaderClassName
{
color: #AD646C;
}
.AnyTagClassName
{
color: #AD646C;
}
</style>
background-color css
<style>
a { background-color: #AD646C; }
a { background-color: rgb(173,100,108); }
div.DivClassName
{
background-color: #AD646C;
}
.BgClassName
{
background-color: #AD646C;
}
</style>
border-color css
<style>
span { border-color: #AD646C; }
span { border-color: rgb(173,100,108); }
td.TdClassName
{
border-color: #AD646C;
}
.TagClassName
{
border-color: #AD646C;
}
</style>