Shades of Turkish Rose #AD6775
Tints of Turkish Rose #AD6775
RGB
CMYK
RGB Variations
Color information
#AD6775 (or 0xAD6775) is known color: Turkish Rose. HEX triplet: AD, 67 and 75. RGB value is (173,103,117). Sum of RGB (Red+Green+Blue) = 173+103+117=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6775 is #52988A. Grayscale: #7D7D7D. Windows color (decimal): -5413003 or 7694253. OLE color: 7694253.
HSL color Cylindrical-coordinate representation of color #AD6775: hue angle of 348º 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 #AD6775 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 117 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.32 |
| HSL | 348º | 0.3% | 0.54% | - |
| HSV(B) | 348º | 0.4% | 0.68% | - |
| XYZ | 25.29 | 19.87 | 19.33 | - |
| YUV | 125.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 117 | 0 | 0.40 | 0.32 | 0.32 | 348 | 0.3 | 0.54 |
| Hex | AD | 67 | 75 | 0 | 28 | 20 | 20 | 15C | 1E | 36 |
| Octal | 255 | 147 | 165 | 0 | 50 | 40 | 40 | 534 | 36 | 66 |
| Binary | 10101101 | 1100111 | 1110101 | 0 | 101000 | 100000 | 100000 | 101011100 | 11110 | 110110 |
Color Harmonies of #AD6775
Complementary color
Monochromatic Colors of #AD6775
Black with #AD6775
Text Example
Text Example
White with #AD6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6775; }
p { color: rgb(173,103,117); }
H1.HeaderClassName
{
color: #AD6775;
}
.AnyTagClassName
{
color: #AD6775;
}
</style>
background-color css
<style>
a { background-color: #AD6775; }
a { background-color: rgb(173,103,117); }
div.DivClassName
{
background-color: #AD6775;
}
.BgClassName
{
background-color: #AD6775;
}
</style>
border-color css
<style>
span { border-color: #AD6775; }
span { border-color: rgb(173,103,117); }
td.TdClassName
{
border-color: #AD6775;
}
.TagClassName
{
border-color: #AD6775;
}
</style>