Shades of Turkish Rose #AD6572
Tints of Turkish Rose #AD6572
RGB
CMYK
RGB Variations
Color information
#AD6572 (or 0xAD6572) is known color: Turkish Rose. HEX triplet: AD, 65 and 72. RGB value is (173,101,114). Sum of RGB (Red+Green+Blue) = 173+101+114=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6572 is #529A8D. Grayscale: #7C7C7C. Windows color (decimal): -5413518 or 7497133. OLE color: 7497133.
HSL color Cylindrical-coordinate representation of color #AD6572: hue angle of 349.17º 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 #AD6572 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 114 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.32 |
| HSL | 349.17º | 0.31% | 0.54% | - |
| HSV(B) | 349.17º | 0.42% | 0.68% | - |
| XYZ | 24.92 | 19.41 | 18.35 | - |
| YUV | 124.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 114 | 0 | 0.42 | 0.34 | 0.32 | 349.17 | 0.31 | 0.54 |
| Hex | AD | 65 | 72 | 0 | 2A | 22 | 20 | 15D | 1F | 36 |
| Octal | 255 | 145 | 162 | 0 | 52 | 42 | 40 | 535 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1110010 | 0 | 101010 | 100010 | 100000 | 101011101 | 11111 | 110110 |
Color Harmonies of #AD6572
Complementary color
Monochromatic Colors of #AD6572
Black with #AD6572
Text Example
Text Example
White with #AD6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6572; }
p { color: rgb(173,101,114); }
H1.HeaderClassName
{
color: #AD6572;
}
.AnyTagClassName
{
color: #AD6572;
}
</style>
background-color css
<style>
a { background-color: #AD6572; }
a { background-color: rgb(173,101,114); }
div.DivClassName
{
background-color: #AD6572;
}
.BgClassName
{
background-color: #AD6572;
}
</style>
border-color css
<style>
span { border-color: #AD6572; }
span { border-color: rgb(173,101,114); }
td.TdClassName
{
border-color: #AD6572;
}
.TagClassName
{
border-color: #AD6572;
}
</style>