Shades of Turkish Rose #AD636F
Tints of Turkish Rose #AD636F
RGB
CMYK
RGB Variations
Color information
#AD636F (or 0xAD636F) is known color: Turkish Rose. HEX triplet: AD, 63 and 6F. RGB value is (173,99,111). Sum of RGB (Red+Green+Blue) = 173+99+111=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636F is #529C90. Grayscale: #7A7A7A. Windows color (decimal): -5414033 or 7300013. OLE color: 7300013.
HSL color Cylindrical-coordinate representation of color #AD636F: hue angle of 350.27º 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 #AD636F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 111 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.32 |
| HSL | 350.27º | 0.31% | 0.53% | - |
| HSV(B) | 350.27º | 0.43% | 0.68% | - |
| XYZ | 24.56 | 18.96 | 17.4 | - |
| YUV | 122.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 111 | 0 | 0.43 | 0.36 | 0.32 | 350.27 | 0.31 | 0.53 |
| Hex | AD | 63 | 6F | 0 | 2B | 24 | 20 | 15E | 1F | 35 |
| Octal | 255 | 143 | 157 | 0 | 53 | 44 | 40 | 536 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1101111 | 0 | 101011 | 100100 | 100000 | 101011110 | 11111 | 110101 |
Color Harmonies of #AD636F
Complementary color
Monochromatic Colors of #AD636F
Black with #AD636F
Text Example
Text Example
White with #AD636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD636F; }
p { color: rgb(173,99,111); }
H1.HeaderClassName
{
color: #AD636F;
}
.AnyTagClassName
{
color: #AD636F;
}
</style>
background-color css
<style>
a { background-color: #AD636F; }
a { background-color: rgb(173,99,111); }
div.DivClassName
{
background-color: #AD636F;
}
.BgClassName
{
background-color: #AD636F;
}
</style>
border-color css
<style>
span { border-color: #AD636F; }
span { border-color: rgb(173,99,111); }
td.TdClassName
{
border-color: #AD636F;
}
.TagClassName
{
border-color: #AD636F;
}
</style>