Shades of Turkish Rose #AD6673
Tints of Turkish Rose #AD6673
RGB
CMYK
RGB Variations
Color information
#AD6673 (or 0xAD6673) is known color: Turkish Rose. HEX triplet: AD, 66 and 73. RGB value is (173,102,115). Sum of RGB (Red+Green+Blue) = 173+102+115=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6673 is #52998C. Grayscale: #7C7C7C. Windows color (decimal): -5413261 or 7562925. OLE color: 7562925.
HSL color Cylindrical-coordinate representation of color #AD6673: hue angle of 349.01º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6673 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 115 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.32 |
| HSL | 349.01º | 0.3% | 0.54% | - |
| HSV(B) | 349.01º | 0.41% | 0.68% | - |
| XYZ | 25.08 | 19.62 | 18.69 | - |
| YUV | 124.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 115 | 0 | 0.41 | 0.34 | 0.32 | 349.01 | 0.3 | 0.54 |
| Hex | AD | 66 | 73 | 0 | 29 | 22 | 20 | 15D | 1E | 36 |
| Octal | 255 | 146 | 163 | 0 | 51 | 42 | 40 | 535 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1110011 | 0 | 101001 | 100010 | 100000 | 101011101 | 11110 | 110110 |
Color Harmonies of #AD6673
Complementary color
Monochromatic Colors of #AD6673
Black with #AD6673
Text Example
Text Example
White with #AD6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6673; }
p { color: rgb(173,102,115); }
H1.HeaderClassName
{
color: #AD6673;
}
.AnyTagClassName
{
color: #AD6673;
}
</style>
background-color css
<style>
a { background-color: #AD6673; }
a { background-color: rgb(173,102,115); }
div.DivClassName
{
background-color: #AD6673;
}
.BgClassName
{
background-color: #AD6673;
}
</style>
border-color css
<style>
span { border-color: #AD6673; }
span { border-color: rgb(173,102,115); }
td.TdClassName
{
border-color: #AD6673;
}
.TagClassName
{
border-color: #AD6673;
}
</style>