Shades of Turkish Rose #AD636D
Tints of Turkish Rose #AD636D
RGB
CMYK
RGB Variations
Color information
#AD636D (or 0xAD636D) is known color: Turkish Rose. HEX triplet: AD, 63 and 6D. RGB value is (173,99,109). Sum of RGB (Red+Green+Blue) = 173+99+109=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636D is #529C92. Grayscale: #7A7A7A. Windows color (decimal): -5414035 or 7168941. OLE color: 7168941.
HSL color Cylindrical-coordinate representation of color #AD636D: hue angle of 351.89º 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 #AD636D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 109 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.32 |
| HSL | 351.89º | 0.31% | 0.53% | - |
| HSV(B) | 351.89º | 0.43% | 0.68% | - |
| XYZ | 24.46 | 18.91 | 16.83 | - |
| YUV | 122.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 109 | 0 | 0.43 | 0.37 | 0.32 | 351.89 | 0.31 | 0.53 |
| Hex | AD | 63 | 6D | 0 | 2B | 25 | 20 | 160 | 1F | 35 |
| Octal | 255 | 143 | 155 | 0 | 53 | 45 | 40 | 540 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1101101 | 0 | 101011 | 100101 | 100000 | 101100000 | 11111 | 110101 |
Color Harmonies of #AD636D
Complementary color
Monochromatic Colors of #AD636D
Black with #AD636D
Text Example
Text Example
White with #AD636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD636D; }
p { color: rgb(173,99,109); }
H1.HeaderClassName
{
color: #AD636D;
}
.AnyTagClassName
{
color: #AD636D;
}
</style>
background-color css
<style>
a { background-color: #AD636D; }
a { background-color: rgb(173,99,109); }
div.DivClassName
{
background-color: #AD636D;
}
.BgClassName
{
background-color: #AD636D;
}
</style>
border-color css
<style>
span { border-color: #AD636D; }
span { border-color: rgb(173,99,109); }
td.TdClassName
{
border-color: #AD636D;
}
.TagClassName
{
border-color: #AD636D;
}
</style>