Shades of Turkish Rose #AD6876
Tints of Turkish Rose #AD6876
RGB
CMYK
RGB Variations
Color information
#AD6876 (or 0xAD6876) is known color: Turkish Rose. HEX triplet: AD, 68 and 76. RGB value is (173,104,118). Sum of RGB (Red+Green+Blue) = 173+104+118=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6876 is #529789. Grayscale: #7E7E7E. Windows color (decimal): -5412746 or 7760045. OLE color: 7760045.
HSL color Cylindrical-coordinate representation of color #AD6876: hue angle of 347.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6876 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 118 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.32 |
| HSL | 347.83º | 0.3% | 0.54% | - |
| HSV(B) | 347.83º | 0.4% | 0.68% | - |
| XYZ | 25.45 | 20.09 | 19.68 | - |
| YUV | 126.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 118 | 0 | 0.40 | 0.32 | 0.32 | 347.83 | 0.3 | 0.54 |
| Hex | AD | 68 | 76 | 0 | 28 | 20 | 20 | 15C | 1E | 36 |
| Octal | 255 | 150 | 166 | 0 | 50 | 40 | 40 | 534 | 36 | 66 |
| Binary | 10101101 | 1101000 | 1110110 | 0 | 101000 | 100000 | 100000 | 101011100 | 11110 | 110110 |
Color Harmonies of #AD6876
Complementary color
Monochromatic Colors of #AD6876
Black with #AD6876
Text Example
Text Example
White with #AD6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6876; }
p { color: rgb(173,104,118); }
H1.HeaderClassName
{
color: #AD6876;
}
.AnyTagClassName
{
color: #AD6876;
}
</style>
background-color css
<style>
a { background-color: #AD6876; }
a { background-color: rgb(173,104,118); }
div.DivClassName
{
background-color: #AD6876;
}
.BgClassName
{
background-color: #AD6876;
}
</style>
border-color css
<style>
span { border-color: #AD6876; }
span { border-color: rgb(173,104,118); }
td.TdClassName
{
border-color: #AD6876;
}
.TagClassName
{
border-color: #AD6876;
}
</style>