Shades of Turkish Rose #AD6266
Tints of Turkish Rose #AD6266
RGB
CMYK
RGB Variations
Color information
#AD6266 (or 0xAD6266) is known color: Turkish Rose. HEX triplet: AD, 62 and 66. RGB value is (173,98,102). Sum of RGB (Red+Green+Blue) = 173+98+102=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6266 is #529D99. Grayscale: #787878. Windows color (decimal): -5414298 or 6709933. OLE color: 6709933.
HSL color Cylindrical-coordinate representation of color #AD6266: hue angle of 356.8º 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 #AD6266 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 102 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.32 |
| HSL | 356.8º | 0.31% | 0.53% | - |
| HSV(B) | 356.8º | 0.43% | 0.68% | - |
| XYZ | 24 | 18.58 | 14.89 | - |
| YUV | 120.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 102 | 0 | 0.43 | 0.41 | 0.32 | 356.8 | 0.31 | 0.53 |
| Hex | AD | 62 | 66 | 0 | 2B | 29 | 20 | 165 | 1F | 35 |
| Octal | 255 | 142 | 146 | 0 | 53 | 51 | 40 | 545 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1100110 | 0 | 101011 | 101001 | 100000 | 101100101 | 11111 | 110101 |
Color Harmonies of #AD6266
Complementary color
Monochromatic Colors of #AD6266
Black with #AD6266
Text Example
Text Example
White with #AD6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6266; }
p { color: rgb(173,98,102); }
H1.HeaderClassName
{
color: #AD6266;
}
.AnyTagClassName
{
color: #AD6266;
}
</style>
background-color css
<style>
a { background-color: #AD6266; }
a { background-color: rgb(173,98,102); }
div.DivClassName
{
background-color: #AD6266;
}
.BgClassName
{
background-color: #AD6266;
}
</style>
border-color css
<style>
span { border-color: #AD6266; }
span { border-color: rgb(173,98,102); }
td.TdClassName
{
border-color: #AD6266;
}
.TagClassName
{
border-color: #AD6266;
}
</style>