Shades of Turkish Rose #AD5F71
Tints of Turkish Rose #AD5F71
RGB
CMYK
RGB Variations
Color information
#AD5F71 (or 0xAD5F71) is known color: Turkish Rose. HEX triplet: AD, 5F and 71. RGB value is (173,95,113). Sum of RGB (Red+Green+Blue) = 173+95+113=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F71 is #52A08E. Grayscale: #787878. Windows color (decimal): -5415055 or 7430061. OLE color: 7430061.
HSL color Cylindrical-coordinate representation of color #AD5F71: hue angle of 346.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F71 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 113 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.32 |
| HSL | 346.15º | 0.32% | 0.53% | - |
| HSV(B) | 346.15º | 0.45% | 0.68% | - |
| XYZ | 24.31 | 18.26 | 17.87 | - |
| YUV | 120.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 113 | 0 | 0.45 | 0.35 | 0.32 | 346.15 | 0.32 | 0.53 |
| Hex | AD | 5F | 71 | 0 | 2D | 23 | 20 | 15A | 20 | 35 |
| Octal | 255 | 137 | 161 | 0 | 55 | 43 | 40 | 532 | 40 | 65 |
| Binary | 10101101 | 1011111 | 1110001 | 0 | 101101 | 100011 | 100000 | 101011010 | 100000 | 110101 |
Color Harmonies of #AD5F71
Complementary color
Monochromatic Colors of #AD5F71
Black with #AD5F71
Text Example
Text Example
White with #AD5F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F71; }
p { color: rgb(173,95,113); }
H1.HeaderClassName
{
color: #AD5F71;
}
.AnyTagClassName
{
color: #AD5F71;
}
</style>
background-color css
<style>
a { background-color: #AD5F71; }
a { background-color: rgb(173,95,113); }
div.DivClassName
{
background-color: #AD5F71;
}
.BgClassName
{
background-color: #AD5F71;
}
</style>
border-color css
<style>
span { border-color: #AD5F71; }
span { border-color: rgb(173,95,113); }
td.TdClassName
{
border-color: #AD5F71;
}
.TagClassName
{
border-color: #AD5F71;
}
</style>