Shades of Turkish Rose #AD737C
Tints of Turkish Rose #AD737C
RGB
CMYK
RGB Variations
Color information
#AD737C (or 0xAD737C) is known color: Turkish Rose. HEX triplet: AD, 73 and 7C. RGB value is (173,115,124). Sum of RGB (Red+Green+Blue) = 173+115+124=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737C is #528C83. Grayscale: #858585. Windows color (decimal): -5409924 or 8156077. OLE color: 8156077.
HSL color Cylindrical-coordinate representation of color #AD737C: hue angle of 350.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD737C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 124 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.32 |
| HSL | 350.69º | 0.26% | 0.56% | - |
| HSV(B) | 350.69º | 0.34% | 0.68% | - |
| XYZ | 27 | 22.6 | 22.01 | - |
| YUV | 133.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 124 | 0 | 0.34 | 0.28 | 0.32 | 350.69 | 0.26 | 0.56 |
| Hex | AD | 73 | 7C | 0 | 22 | 1C | 20 | 15F | 1A | 38 |
| Octal | 255 | 163 | 174 | 0 | 42 | 34 | 40 | 537 | 32 | 70 |
| Binary | 10101101 | 1110011 | 1111100 | 0 | 100010 | 11100 | 100000 | 101011111 | 11010 | 111000 |
Color Harmonies of #AD737C
Complementary color
Monochromatic Colors of #AD737C
Black with #AD737C
Text Example
Text Example
White with #AD737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD737C; }
p { color: rgb(173,115,124); }
H1.HeaderClassName
{
color: #AD737C;
}
.AnyTagClassName
{
color: #AD737C;
}
</style>
background-color css
<style>
a { background-color: #AD737C; }
a { background-color: rgb(173,115,124); }
div.DivClassName
{
background-color: #AD737C;
}
.BgClassName
{
background-color: #AD737C;
}
</style>
border-color css
<style>
span { border-color: #AD737C; }
span { border-color: rgb(173,115,124); }
td.TdClassName
{
border-color: #AD737C;
}
.TagClassName
{
border-color: #AD737C;
}
</style>