Shades of Turkish Rose #AD6574
Tints of Turkish Rose #AD6574
RGB
CMYK
RGB Variations
Color information
#AD6574 (or 0xAD6574) is known color: Turkish Rose. HEX triplet: AD, 65 and 74. RGB value is (173,101,116). Sum of RGB (Red+Green+Blue) = 173+101+116=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6574 is #529A8B. Grayscale: #7C7C7C. Windows color (decimal): -5413516 or 7628205. OLE color: 7628205.
HSL color Cylindrical-coordinate representation of color #AD6574: hue angle of 347.5º 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 #AD6574 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 116 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.32 |
| HSL | 347.5º | 0.31% | 0.54% | - |
| HSV(B) | 347.5º | 0.42% | 0.68% | - |
| XYZ | 25.04 | 19.45 | 18.96 | - |
| YUV | 124.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 116 | 0 | 0.42 | 0.33 | 0.32 | 347.5 | 0.31 | 0.54 |
| Hex | AD | 65 | 74 | 0 | 2A | 21 | 20 | 15C | 1F | 36 |
| Octal | 255 | 145 | 164 | 0 | 52 | 41 | 40 | 534 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1110100 | 0 | 101010 | 100001 | 100000 | 101011100 | 11111 | 110110 |
Color Harmonies of #AD6574
Complementary color
Monochromatic Colors of #AD6574
Black with #AD6574
Text Example
Text Example
White with #AD6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6574; }
p { color: rgb(173,101,116); }
H1.HeaderClassName
{
color: #AD6574;
}
.AnyTagClassName
{
color: #AD6574;
}
</style>
background-color css
<style>
a { background-color: #AD6574; }
a { background-color: rgb(173,101,116); }
div.DivClassName
{
background-color: #AD6574;
}
.BgClassName
{
background-color: #AD6574;
}
</style>
border-color css
<style>
span { border-color: #AD6574; }
span { border-color: rgb(173,101,116); }
td.TdClassName
{
border-color: #AD6574;
}
.TagClassName
{
border-color: #AD6574;
}
</style>