Shades of Turkish Rose #AD656F
Tints of Turkish Rose #AD656F
RGB
CMYK
RGB Variations
Color information
#AD656F (or 0xAD656F) is known color: Turkish Rose. HEX triplet: AD, 65 and 6F. RGB value is (173,101,111). Sum of RGB (Red+Green+Blue) = 173+101+111=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656F is #529A90. Grayscale: #7B7B7B. Windows color (decimal): -5413521 or 7300525. OLE color: 7300525.
HSL color Cylindrical-coordinate representation of color #AD656F: hue angle of 351.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD656F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 111 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.32 |
| HSL | 351.67º | 0.31% | 0.54% | - |
| HSV(B) | 351.67º | 0.42% | 0.68% | - |
| XYZ | 24.76 | 19.34 | 17.47 | - |
| YUV | 123.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 111 | 0 | 0.42 | 0.36 | 0.32 | 351.67 | 0.31 | 0.54 |
| Hex | AD | 65 | 6F | 0 | 2A | 24 | 20 | 160 | 1F | 36 |
| Octal | 255 | 145 | 157 | 0 | 52 | 44 | 40 | 540 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1101111 | 0 | 101010 | 100100 | 100000 | 101100000 | 11111 | 110110 |
Color Harmonies of #AD656F
Complementary color
Monochromatic Colors of #AD656F
Black with #AD656F
Text Example
Text Example
White with #AD656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD656F; }
p { color: rgb(173,101,111); }
H1.HeaderClassName
{
color: #AD656F;
}
.AnyTagClassName
{
color: #AD656F;
}
</style>
background-color css
<style>
a { background-color: #AD656F; }
a { background-color: rgb(173,101,111); }
div.DivClassName
{
background-color: #AD656F;
}
.BgClassName
{
background-color: #AD656F;
}
</style>
border-color css
<style>
span { border-color: #AD656F; }
span { border-color: rgb(173,101,111); }
td.TdClassName
{
border-color: #AD656F;
}
.TagClassName
{
border-color: #AD656F;
}
</style>