Shades of Turkish Rose #AD6365
Tints of Turkish Rose #AD6365
RGB
CMYK
RGB Variations
Color information
#AD6365 (or 0xAD6365) is known color: Turkish Rose. HEX triplet: AD, 63 and 65. RGB value is (173,99,101). Sum of RGB (Red+Green+Blue) = 173+99+101=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6365 is #529C9A. Grayscale: #797979. Windows color (decimal): -5414043 or 6644653. OLE color: 6644653.
HSL color Cylindrical-coordinate representation of color #AD6365: hue angle of 358.38º 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 #AD6365 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 101 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.32 |
| HSL | 358.38º | 0.31% | 0.53% | - |
| HSV(B) | 358.38º | 0.43% | 0.68% | - |
| XYZ | 24.04 | 18.75 | 14.66 | - |
| YUV | 121.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 101 | 0 | 0.43 | 0.42 | 0.32 | 358.38 | 0.31 | 0.53 |
| Hex | AD | 63 | 65 | 0 | 2B | 2A | 20 | 166 | 1F | 35 |
| Octal | 255 | 143 | 145 | 0 | 53 | 52 | 40 | 546 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1100101 | 0 | 101011 | 101010 | 100000 | 101100110 | 11111 | 110101 |
Color Harmonies of #AD6365
Complementary color
Monochromatic Colors of #AD6365
Black with #AD6365
Text Example
Text Example
White with #AD6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6365; }
p { color: rgb(173,99,101); }
H1.HeaderClassName
{
color: #AD6365;
}
.AnyTagClassName
{
color: #AD6365;
}
</style>
background-color css
<style>
a { background-color: #AD6365; }
a { background-color: rgb(173,99,101); }
div.DivClassName
{
background-color: #AD6365;
}
.BgClassName
{
background-color: #AD6365;
}
</style>
border-color css
<style>
span { border-color: #AD6365; }
span { border-color: rgb(173,99,101); }
td.TdClassName
{
border-color: #AD6365;
}
.TagClassName
{
border-color: #AD6365;
}
</style>