Shades of Turkish Rose #AD6265
Tints of Turkish Rose #AD6265
RGB
CMYK
RGB Variations
Color information
#AD6265 (or 0xAD6265) is known color: Turkish Rose. HEX triplet: AD, 62 and 65. RGB value is (173,98,101). Sum of RGB (Red+Green+Blue) = 173+98+101=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6265 is #529D9A. Grayscale: #787878. Windows color (decimal): -5414299 or 6644397. OLE color: 6644397.
HSL color Cylindrical-coordinate representation of color #AD6265: hue angle of 357.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6265 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 101 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.32 |
| HSL | 357.6º | 0.31% | 0.53% | - |
| HSV(B) | 357.6º | 0.43% | 0.68% | - |
| XYZ | 23.95 | 18.56 | 14.63 | - |
| YUV | 120.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 101 | 0 | 0.43 | 0.42 | 0.32 | 357.6 | 0.31 | 0.53 |
| Hex | AD | 62 | 65 | 0 | 2B | 2A | 20 | 166 | 1F | 35 |
| Octal | 255 | 142 | 145 | 0 | 53 | 52 | 40 | 546 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1100101 | 0 | 101011 | 101010 | 100000 | 101100110 | 11111 | 110101 |
Color Harmonies of #AD6265
Complementary color
Monochromatic Colors of #AD6265
Black with #AD6265
Text Example
Text Example
White with #AD6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6265; }
p { color: rgb(173,98,101); }
H1.HeaderClassName
{
color: #AD6265;
}
.AnyTagClassName
{
color: #AD6265;
}
</style>
background-color css
<style>
a { background-color: #AD6265; }
a { background-color: rgb(173,98,101); }
div.DivClassName
{
background-color: #AD6265;
}
.BgClassName
{
background-color: #AD6265;
}
</style>
border-color css
<style>
span { border-color: #AD6265; }
span { border-color: rgb(173,98,101); }
td.TdClassName
{
border-color: #AD6265;
}
.TagClassName
{
border-color: #AD6265;
}
</style>