Shades of Turkish Rose #AD6675
Tints of Turkish Rose #AD6675
RGB
CMYK
RGB Variations
Color information
#AD6675 (or 0xAD6675) is known color: Turkish Rose. HEX triplet: AD, 66 and 75. RGB value is (173,102,117). Sum of RGB (Red+Green+Blue) = 173+102+117=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6675 is #52998A. Grayscale: #7C7C7C. Windows color (decimal): -5413259 or 7693997. OLE color: 7693997.
HSL color Cylindrical-coordinate representation of color #AD6675: hue angle of 347.32º 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 #AD6675 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 117 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.32 |
| HSL | 347.32º | 0.3% | 0.54% | - |
| HSV(B) | 347.32º | 0.41% | 0.68% | - |
| XYZ | 25.2 | 19.67 | 19.3 | - |
| YUV | 124.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 117 | 0 | 0.41 | 0.32 | 0.32 | 347.32 | 0.3 | 0.54 |
| Hex | AD | 66 | 75 | 0 | 29 | 20 | 20 | 15B | 1E | 36 |
| Octal | 255 | 146 | 165 | 0 | 51 | 40 | 40 | 533 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1110101 | 0 | 101001 | 100000 | 100000 | 101011011 | 11110 | 110110 |
Color Harmonies of #AD6675
Complementary color
Monochromatic Colors of #AD6675
Black with #AD6675
Text Example
Text Example
White with #AD6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6675; }
p { color: rgb(173,102,117); }
H1.HeaderClassName
{
color: #AD6675;
}
.AnyTagClassName
{
color: #AD6675;
}
</style>
background-color css
<style>
a { background-color: #AD6675; }
a { background-color: rgb(173,102,117); }
div.DivClassName
{
background-color: #AD6675;
}
.BgClassName
{
background-color: #AD6675;
}
</style>
border-color css
<style>
span { border-color: #AD6675; }
span { border-color: rgb(173,102,117); }
td.TdClassName
{
border-color: #AD6675;
}
.TagClassName
{
border-color: #AD6675;
}
</style>