Shades of Turkish Rose #AD6874
Tints of Turkish Rose #AD6874
RGB
CMYK
RGB Variations
Color information
#AD6874 (or 0xAD6874) is known color: Turkish Rose. HEX triplet: AD, 68 and 74. RGB value is (173,104,116). Sum of RGB (Red+Green+Blue) = 173+104+116=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6874 is #52978B. Grayscale: #7E7E7E. Windows color (decimal): -5412748 or 7628973. OLE color: 7628973.
HSL color Cylindrical-coordinate representation of color #AD6874: hue angle of 349.57º 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 #AD6874 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 116 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.32 |
| HSL | 349.57º | 0.3% | 0.54% | - |
| HSV(B) | 349.57º | 0.4% | 0.68% | - |
| XYZ | 25.34 | 20.05 | 19.06 | - |
| YUV | 126 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 116 | 0 | 0.40 | 0.33 | 0.32 | 349.57 | 0.3 | 0.54 |
| Hex | AD | 68 | 74 | 0 | 28 | 21 | 20 | 15E | 1E | 36 |
| Octal | 255 | 150 | 164 | 0 | 50 | 41 | 40 | 536 | 36 | 66 |
| Binary | 10101101 | 1101000 | 1110100 | 0 | 101000 | 100001 | 100000 | 101011110 | 11110 | 110110 |
Color Harmonies of #AD6874
Complementary color
Monochromatic Colors of #AD6874
Black with #AD6874
Text Example
Text Example
White with #AD6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6874; }
p { color: rgb(173,104,116); }
H1.HeaderClassName
{
color: #AD6874;
}
.AnyTagClassName
{
color: #AD6874;
}
</style>
background-color css
<style>
a { background-color: #AD6874; }
a { background-color: rgb(173,104,116); }
div.DivClassName
{
background-color: #AD6874;
}
.BgClassName
{
background-color: #AD6874;
}
</style>
border-color css
<style>
span { border-color: #AD6874; }
span { border-color: rgb(173,104,116); }
td.TdClassName
{
border-color: #AD6874;
}
.TagClassName
{
border-color: #AD6874;
}
</style>