Shades of Turkish Rose #AD636E
Tints of Turkish Rose #AD636E
RGB
CMYK
RGB Variations
Color information
#AD636E (or 0xAD636E) is known color: Turkish Rose. HEX triplet: AD, 63 and 6E. RGB value is (173,99,110). Sum of RGB (Red+Green+Blue) = 173+99+110=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636E is #529C91. Grayscale: #7A7A7A. Windows color (decimal): -5414034 or 7234477. OLE color: 7234477.
HSL color Cylindrical-coordinate representation of color #AD636E: hue angle of 351.08º 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 #AD636E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 110 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.32 |
| HSL | 351.08º | 0.31% | 0.53% | - |
| HSV(B) | 351.08º | 0.43% | 0.68% | - |
| XYZ | 24.51 | 18.93 | 17.11 | - |
| YUV | 122.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 110 | 0 | 0.43 | 0.36 | 0.32 | 351.08 | 0.31 | 0.53 |
| Hex | AD | 63 | 6E | 0 | 2B | 24 | 20 | 15F | 1F | 35 |
| Octal | 255 | 143 | 156 | 0 | 53 | 44 | 40 | 537 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1101110 | 0 | 101011 | 100100 | 100000 | 101011111 | 11111 | 110101 |
Color Harmonies of #AD636E
Complementary color
Monochromatic Colors of #AD636E
Black with #AD636E
Text Example
Text Example
White with #AD636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD636E; }
p { color: rgb(173,99,110); }
H1.HeaderClassName
{
color: #AD636E;
}
.AnyTagClassName
{
color: #AD636E;
}
</style>
background-color css
<style>
a { background-color: #AD636E; }
a { background-color: rgb(173,99,110); }
div.DivClassName
{
background-color: #AD636E;
}
.BgClassName
{
background-color: #AD636E;
}
</style>
border-color css
<style>
span { border-color: #AD636E; }
span { border-color: rgb(173,99,110); }
td.TdClassName
{
border-color: #AD636E;
}
.TagClassName
{
border-color: #AD636E;
}
</style>