Shades of Turkish Rose #AD6470
Tints of Turkish Rose #AD6470
RGB
CMYK
RGB Variations
Color information
#AD6470 (or 0xAD6470) is known color: Turkish Rose. HEX triplet: AD, 64 and 70. RGB value is (173,100,112). Sum of RGB (Red+Green+Blue) = 173+100+112=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6470 is #529B8F. Grayscale: #7B7B7B. Windows color (decimal): -5413776 or 7365805. OLE color: 7365805.
HSL color Cylindrical-coordinate representation of color #AD6470: hue angle of 350.14º 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 #AD6470 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 112 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.32 |
| HSL | 350.14º | 0.31% | 0.54% | - |
| HSV(B) | 350.14º | 0.42% | 0.68% | - |
| XYZ | 24.72 | 19.17 | 17.73 | - |
| YUV | 123.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 112 | 0 | 0.42 | 0.35 | 0.32 | 350.14 | 0.31 | 0.54 |
| Hex | AD | 64 | 70 | 0 | 2A | 23 | 20 | 15E | 1F | 36 |
| Octal | 255 | 144 | 160 | 0 | 52 | 43 | 40 | 536 | 37 | 66 |
| Binary | 10101101 | 1100100 | 1110000 | 0 | 101010 | 100011 | 100000 | 101011110 | 11111 | 110110 |
Color Harmonies of #AD6470
Complementary color
Monochromatic Colors of #AD6470
Black with #AD6470
Text Example
Text Example
White with #AD6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6470; }
p { color: rgb(173,100,112); }
H1.HeaderClassName
{
color: #AD6470;
}
.AnyTagClassName
{
color: #AD6470;
}
</style>
background-color css
<style>
a { background-color: #AD6470; }
a { background-color: rgb(173,100,112); }
div.DivClassName
{
background-color: #AD6470;
}
.BgClassName
{
background-color: #AD6470;
}
</style>
border-color css
<style>
span { border-color: #AD6470; }
span { border-color: rgb(173,100,112); }
td.TdClassName
{
border-color: #AD6470;
}
.TagClassName
{
border-color: #AD6470;
}
</style>