Shades of Turkish Rose #AD6165
Tints of Turkish Rose #AD6165
RGB
CMYK
RGB Variations
Color information
#AD6165 (or 0xAD6165) is known color: Turkish Rose. HEX triplet: AD, 61 and 65. RGB value is (173,97,101). Sum of RGB (Red+Green+Blue) = 173+97+101=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6165 is #529E9A. Grayscale: #787878. Windows color (decimal): -5414555 or 6644141. OLE color: 6644141.
HSL color Cylindrical-coordinate representation of color #AD6165: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6165 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 101 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.32 |
| HSL | 356.84º | 0.32% | 0.53% | - |
| HSV(B) | 356.84º | 0.44% | 0.68% | - |
| XYZ | 23.86 | 18.37 | 14.6 | - |
| YUV | 120.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 101 | 0 | 0.44 | 0.42 | 0.32 | 356.84 | 0.32 | 0.53 |
| Hex | AD | 61 | 65 | 0 | 2C | 2A | 20 | 165 | 20 | 35 |
| Octal | 255 | 141 | 145 | 0 | 54 | 52 | 40 | 545 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1100101 | 0 | 101100 | 101010 | 100000 | 101100101 | 100000 | 110101 |
Color Harmonies of #AD6165
Complementary color
Monochromatic Colors of #AD6165
Black with #AD6165
Text Example
Text Example
White with #AD6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6165; }
p { color: rgb(173,97,101); }
H1.HeaderClassName
{
color: #AD6165;
}
.AnyTagClassName
{
color: #AD6165;
}
</style>
background-color css
<style>
a { background-color: #AD6165; }
a { background-color: rgb(173,97,101); }
div.DivClassName
{
background-color: #AD6165;
}
.BgClassName
{
background-color: #AD6165;
}
</style>
border-color css
<style>
span { border-color: #AD6165; }
span { border-color: rgb(173,97,101); }
td.TdClassName
{
border-color: #AD6165;
}
.TagClassName
{
border-color: #AD6165;
}
</style>