Shades of Turkish Rose #AD686E
Tints of Turkish Rose #AD686E
RGB
CMYK
RGB Variations
Color information
#AD686E (or 0xAD686E) is known color: Turkish Rose. HEX triplet: AD, 68 and 6E. RGB value is (173,104,110). Sum of RGB (Red+Green+Blue) = 173+104+110=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686E is #529791. Grayscale: #7D7D7D. Windows color (decimal): -5412754 or 7235757. OLE color: 7235757.
HSL color Cylindrical-coordinate representation of color #AD686E: hue angle of 354.78º 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 #AD686E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 110 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.32 |
| HSL | 354.78º | 0.3% | 0.54% | - |
| HSV(B) | 354.78º | 0.4% | 0.68% | - |
| XYZ | 25 | 19.91 | 17.28 | - |
| YUV | 125.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 110 | 0 | 0.40 | 0.36 | 0.32 | 354.78 | 0.3 | 0.54 |
| Hex | AD | 68 | 6E | 0 | 28 | 24 | 20 | 163 | 1E | 36 |
| Octal | 255 | 150 | 156 | 0 | 50 | 44 | 40 | 543 | 36 | 66 |
| Binary | 10101101 | 1101000 | 1101110 | 0 | 101000 | 100100 | 100000 | 101100011 | 11110 | 110110 |
Color Harmonies of #AD686E
Complementary color
Monochromatic Colors of #AD686E
Black with #AD686E
Text Example
Text Example
White with #AD686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD686E; }
p { color: rgb(173,104,110); }
H1.HeaderClassName
{
color: #AD686E;
}
.AnyTagClassName
{
color: #AD686E;
}
</style>
background-color css
<style>
a { background-color: #AD686E; }
a { background-color: rgb(173,104,110); }
div.DivClassName
{
background-color: #AD686E;
}
.BgClassName
{
background-color: #AD686E;
}
</style>
border-color css
<style>
span { border-color: #AD686E; }
span { border-color: rgb(173,104,110); }
td.TdClassName
{
border-color: #AD686E;
}
.TagClassName
{
border-color: #AD686E;
}
</style>