Shades of Turkish Rose #AD6168
Tints of Turkish Rose #AD6168
RGB
CMYK
RGB Variations
Color information
#AD6168 (or 0xAD6168) is known color: Turkish Rose. HEX triplet: AD, 61 and 68. RGB value is (173,97,104). Sum of RGB (Red+Green+Blue) = 173+97+104=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6168 is #529E97. Grayscale: #787878. Windows color (decimal): -5414552 or 6840749. OLE color: 6840749.
HSL color Cylindrical-coordinate representation of color #AD6168: hue angle of 354.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6168 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 104 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.32 |
| HSL | 354.47º | 0.32% | 0.53% | - |
| HSV(B) | 354.47º | 0.44% | 0.68% | - |
| XYZ | 24.01 | 18.43 | 15.39 | - |
| YUV | 120.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 104 | 0 | 0.44 | 0.40 | 0.32 | 354.47 | 0.32 | 0.53 |
| Hex | AD | 61 | 68 | 0 | 2C | 28 | 20 | 162 | 20 | 35 |
| Octal | 255 | 141 | 150 | 0 | 54 | 50 | 40 | 542 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1101000 | 0 | 101100 | 101000 | 100000 | 101100010 | 100000 | 110101 |
Color Harmonies of #AD6168
Complementary color
Monochromatic Colors of #AD6168
Black with #AD6168
Text Example
Text Example
White with #AD6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6168; }
p { color: rgb(173,97,104); }
H1.HeaderClassName
{
color: #AD6168;
}
.AnyTagClassName
{
color: #AD6168;
}
</style>
background-color css
<style>
a { background-color: #AD6168; }
a { background-color: rgb(173,97,104); }
div.DivClassName
{
background-color: #AD6168;
}
.BgClassName
{
background-color: #AD6168;
}
</style>
border-color css
<style>
span { border-color: #AD6168; }
span { border-color: rgb(173,97,104); }
td.TdClassName
{
border-color: #AD6168;
}
.TagClassName
{
border-color: #AD6168;
}
</style>