Shades of Turkish Rose #AD6878
Tints of Turkish Rose #AD6878
RGB
CMYK
RGB Variations
Color information
#AD6878 (or 0xAD6878) is known color: Turkish Rose. HEX triplet: AD, 68 and 78. RGB value is (173,104,120). Sum of RGB (Red+Green+Blue) = 173+104+120=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6878 is #529787. Grayscale: #7E7E7E. Windows color (decimal): -5412744 or 7891117. OLE color: 7891117.
HSL color Cylindrical-coordinate representation of color #AD6878: hue angle of 346.09º 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 #AD6878 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 120 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.32 |
| HSL | 346.09º | 0.3% | 0.54% | - |
| HSV(B) | 346.09º | 0.4% | 0.68% | - |
| XYZ | 25.57 | 20.14 | 20.31 | - |
| YUV | 126.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 120 | 0 | 0.40 | 0.31 | 0.32 | 346.09 | 0.3 | 0.54 |
| Hex | AD | 68 | 78 | 0 | 28 | 1F | 20 | 15A | 1E | 36 |
| Octal | 255 | 150 | 170 | 0 | 50 | 37 | 40 | 532 | 36 | 66 |
| Binary | 10101101 | 1101000 | 1111000 | 0 | 101000 | 11111 | 100000 | 101011010 | 11110 | 110110 |
Color Harmonies of #AD6878
Complementary color
Monochromatic Colors of #AD6878
Black with #AD6878
Text Example
Text Example
White with #AD6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6878; }
p { color: rgb(173,104,120); }
H1.HeaderClassName
{
color: #AD6878;
}
.AnyTagClassName
{
color: #AD6878;
}
</style>
background-color css
<style>
a { background-color: #AD6878; }
a { background-color: rgb(173,104,120); }
div.DivClassName
{
background-color: #AD6878;
}
.BgClassName
{
background-color: #AD6878;
}
</style>
border-color css
<style>
span { border-color: #AD6878; }
span { border-color: rgb(173,104,120); }
td.TdClassName
{
border-color: #AD6878;
}
.TagClassName
{
border-color: #AD6878;
}
</style>