Shades of Turkish Rose #AD666E
Tints of Turkish Rose #AD666E
RGB
CMYK
RGB Variations
Color information
#AD666E (or 0xAD666E) is known color: Turkish Rose. HEX triplet: AD, 66 and 6E. RGB value is (173,102,110). Sum of RGB (Red+Green+Blue) = 173+102+110=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666E is #529991. Grayscale: #7C7C7C. Windows color (decimal): -5413266 or 7235245. OLE color: 7235245.
HSL color Cylindrical-coordinate representation of color #AD666E: hue angle of 353.24º 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 #AD666E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 110 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.32 |
| HSL | 353.24º | 0.3% | 0.54% | - |
| HSV(B) | 353.24º | 0.41% | 0.68% | - |
| XYZ | 24.8 | 19.51 | 17.21 | - |
| YUV | 124.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 110 | 0 | 0.41 | 0.36 | 0.32 | 353.24 | 0.3 | 0.54 |
| Hex | AD | 66 | 6E | 0 | 29 | 24 | 20 | 161 | 1E | 36 |
| Octal | 255 | 146 | 156 | 0 | 51 | 44 | 40 | 541 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1101110 | 0 | 101001 | 100100 | 100000 | 101100001 | 11110 | 110110 |
Color Harmonies of #AD666E
Complementary color
Monochromatic Colors of #AD666E
Black with #AD666E
Text Example
Text Example
White with #AD666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD666E; }
p { color: rgb(173,102,110); }
H1.HeaderClassName
{
color: #AD666E;
}
.AnyTagClassName
{
color: #AD666E;
}
</style>
background-color css
<style>
a { background-color: #AD666E; }
a { background-color: rgb(173,102,110); }
div.DivClassName
{
background-color: #AD666E;
}
.BgClassName
{
background-color: #AD666E;
}
</style>
border-color css
<style>
span { border-color: #AD666E; }
span { border-color: rgb(173,102,110); }
td.TdClassName
{
border-color: #AD666E;
}
.TagClassName
{
border-color: #AD666E;
}
</style>