Shades of Turkish Rose #AD666D
Tints of Turkish Rose #AD666D
RGB
CMYK
RGB Variations
Color information
#AD666D (or 0xAD666D) is known color: Turkish Rose. HEX triplet: AD, 66 and 6D. RGB value is (173,102,109). Sum of RGB (Red+Green+Blue) = 173+102+109=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666D is #529992. Grayscale: #7C7C7C. Windows color (decimal): -5413267 or 7169709. OLE color: 7169709.
HSL color Cylindrical-coordinate representation of color #AD666D: hue angle of 354.08º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD666D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 109 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.32 |
| HSL | 354.08º | 0.3% | 0.54% | - |
| HSV(B) | 354.08º | 0.41% | 0.68% | - |
| XYZ | 24.75 | 19.49 | 16.93 | - |
| YUV | 124.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 109 | 0 | 0.41 | 0.37 | 0.32 | 354.08 | 0.3 | 0.54 |
| Hex | AD | 66 | 6D | 0 | 29 | 25 | 20 | 162 | 1E | 36 |
| Octal | 255 | 146 | 155 | 0 | 51 | 45 | 40 | 542 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1101101 | 0 | 101001 | 100101 | 100000 | 101100010 | 11110 | 110110 |
Color Harmonies of #AD666D
Complementary color
Monochromatic Colors of #AD666D
Black with #AD666D
Text Example
Text Example
White with #AD666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD666D; }
p { color: rgb(173,102,109); }
H1.HeaderClassName
{
color: #AD666D;
}
.AnyTagClassName
{
color: #AD666D;
}
</style>
background-color css
<style>
a { background-color: #AD666D; }
a { background-color: rgb(173,102,109); }
div.DivClassName
{
background-color: #AD666D;
}
.BgClassName
{
background-color: #AD666D;
}
</style>
border-color css
<style>
span { border-color: #AD666D; }
span { border-color: rgb(173,102,109); }
td.TdClassName
{
border-color: #AD666D;
}
.TagClassName
{
border-color: #AD666D;
}
</style>