Shades of Turkish Rose #AD6D76
Tints of Turkish Rose #AD6D76
RGB
CMYK
RGB Variations
Color information
#AD6D76 (or 0xAD6D76) is known color: Turkish Rose. HEX triplet: AD, 6D and 76. RGB value is (173,109,118). Sum of RGB (Red+Green+Blue) = 173+109+118=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D76 is #529289. Grayscale: #818181. Windows color (decimal): -5411466 or 7761325. OLE color: 7761325.
HSL color Cylindrical-coordinate representation of color #AD6D76: hue angle of 351.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D76 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 118 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.32 |
| HSL | 351.56º | 0.28% | 0.55% | - |
| HSV(B) | 351.56º | 0.37% | 0.68% | - |
| XYZ | 25.97 | 21.13 | 19.85 | - |
| YUV | 129.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 118 | 0 | 0.37 | 0.32 | 0.32 | 351.56 | 0.28 | 0.55 |
| Hex | AD | 6D | 76 | 0 | 25 | 20 | 20 | 160 | 1C | 37 |
| Octal | 255 | 155 | 166 | 0 | 45 | 40 | 40 | 540 | 34 | 67 |
| Binary | 10101101 | 1101101 | 1110110 | 0 | 100101 | 100000 | 100000 | 101100000 | 11100 | 110111 |
Color Harmonies of #AD6D76
Complementary color
Monochromatic Colors of #AD6D76
Black with #AD6D76
Text Example
Text Example
White with #AD6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D76; }
p { color: rgb(173,109,118); }
H1.HeaderClassName
{
color: #AD6D76;
}
.AnyTagClassName
{
color: #AD6D76;
}
</style>
background-color css
<style>
a { background-color: #AD6D76; }
a { background-color: rgb(173,109,118); }
div.DivClassName
{
background-color: #AD6D76;
}
.BgClassName
{
background-color: #AD6D76;
}
</style>
border-color css
<style>
span { border-color: #AD6D76; }
span { border-color: rgb(173,109,118); }
td.TdClassName
{
border-color: #AD6D76;
}
.TagClassName
{
border-color: #AD6D76;
}
</style>