Shades of Turkish Rose #AD6366
Tints of Turkish Rose #AD6366
RGB
CMYK
RGB Variations
Color information
#AD6366 (or 0xAD6366) is known color: Turkish Rose. HEX triplet: AD, 63 and 66. RGB value is (173,99,102). Sum of RGB (Red+Green+Blue) = 173+99+102=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6366 is #529C99. Grayscale: #797979. Windows color (decimal): -5414042 or 6710189. OLE color: 6710189.
HSL color Cylindrical-coordinate representation of color #AD6366: hue angle of 357.57º 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 #AD6366 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 102 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.32 |
| HSL | 357.57º | 0.31% | 0.53% | - |
| HSV(B) | 357.57º | 0.43% | 0.68% | - |
| XYZ | 24.09 | 18.77 | 14.92 | - |
| YUV | 121.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 102 | 0 | 0.43 | 0.41 | 0.32 | 357.57 | 0.31 | 0.53 |
| Hex | AD | 63 | 66 | 0 | 2B | 29 | 20 | 166 | 1F | 35 |
| Octal | 255 | 143 | 146 | 0 | 53 | 51 | 40 | 546 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1100110 | 0 | 101011 | 101001 | 100000 | 101100110 | 11111 | 110101 |
Color Harmonies of #AD6366
Complementary color
Monochromatic Colors of #AD6366
Black with #AD6366
Text Example
Text Example
White with #AD6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6366; }
p { color: rgb(173,99,102); }
H1.HeaderClassName
{
color: #AD6366;
}
.AnyTagClassName
{
color: #AD6366;
}
</style>
background-color css
<style>
a { background-color: #AD6366; }
a { background-color: rgb(173,99,102); }
div.DivClassName
{
background-color: #AD6366;
}
.BgClassName
{
background-color: #AD6366;
}
</style>
border-color css
<style>
span { border-color: #AD6366; }
span { border-color: rgb(173,99,102); }
td.TdClassName
{
border-color: #AD6366;
}
.TagClassName
{
border-color: #AD6366;
}
</style>