Shades of Turkish Rose #AD6272
Tints of Turkish Rose #AD6272
RGB
CMYK
RGB Variations
Color information
#AD6272 (or 0xAD6272) is known color: Turkish Rose. HEX triplet: AD, 62 and 72. RGB value is (173,98,114). Sum of RGB (Red+Green+Blue) = 173+98+114=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6272 is #529D8D. Grayscale: #7A7A7A. Windows color (decimal): -5414286 or 7496365. OLE color: 7496365.
HSL color Cylindrical-coordinate representation of color #AD6272: hue angle of 347.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6272 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 114 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.32 |
| HSL | 347.2º | 0.31% | 0.53% | - |
| HSV(B) | 347.2º | 0.43% | 0.68% | - |
| XYZ | 24.64 | 18.83 | 18.26 | - |
| YUV | 122.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 114 | 0 | 0.43 | 0.34 | 0.32 | 347.2 | 0.31 | 0.53 |
| Hex | AD | 62 | 72 | 0 | 2B | 22 | 20 | 15B | 1F | 35 |
| Octal | 255 | 142 | 162 | 0 | 53 | 42 | 40 | 533 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1110010 | 0 | 101011 | 100010 | 100000 | 101011011 | 11111 | 110101 |
Color Harmonies of #AD6272
Complementary color
Monochromatic Colors of #AD6272
Black with #AD6272
Text Example
Text Example
White with #AD6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6272; }
p { color: rgb(173,98,114); }
H1.HeaderClassName
{
color: #AD6272;
}
.AnyTagClassName
{
color: #AD6272;
}
</style>
background-color css
<style>
a { background-color: #AD6272; }
a { background-color: rgb(173,98,114); }
div.DivClassName
{
background-color: #AD6272;
}
.BgClassName
{
background-color: #AD6272;
}
</style>
border-color css
<style>
span { border-color: #AD6272; }
span { border-color: rgb(173,98,114); }
td.TdClassName
{
border-color: #AD6272;
}
.TagClassName
{
border-color: #AD6272;
}
</style>