Shades of Turkish Rose #AD666C
Tints of Turkish Rose #AD666C
RGB
CMYK
RGB Variations
Color information
#AD666C (or 0xAD666C) is known color: Turkish Rose. HEX triplet: AD, 66 and 6C. RGB value is (173,102,108). Sum of RGB (Red+Green+Blue) = 173+102+108=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666C is #529993. Grayscale: #7B7B7B. Windows color (decimal): -5413268 or 7104173. OLE color: 7104173.
HSL color Cylindrical-coordinate representation of color #AD666C: hue angle of 354.93º 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 #AD666C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 108 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.32 |
| HSL | 354.93º | 0.3% | 0.54% | - |
| HSV(B) | 354.93º | 0.41% | 0.68% | - |
| XYZ | 24.69 | 19.47 | 16.64 | - |
| YUV | 123.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 108 | 0 | 0.41 | 0.38 | 0.32 | 354.93 | 0.3 | 0.54 |
| Hex | AD | 66 | 6C | 0 | 29 | 26 | 20 | 163 | 1E | 36 |
| Octal | 255 | 146 | 154 | 0 | 51 | 46 | 40 | 543 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1101100 | 0 | 101001 | 100110 | 100000 | 101100011 | 11110 | 110110 |
Color Harmonies of #AD666C
Complementary color
Monochromatic Colors of #AD666C
Black with #AD666C
Text Example
Text Example
White with #AD666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD666C; }
p { color: rgb(173,102,108); }
H1.HeaderClassName
{
color: #AD666C;
}
.AnyTagClassName
{
color: #AD666C;
}
</style>
background-color css
<style>
a { background-color: #AD666C; }
a { background-color: rgb(173,102,108); }
div.DivClassName
{
background-color: #AD666C;
}
.BgClassName
{
background-color: #AD666C;
}
</style>
border-color css
<style>
span { border-color: #AD666C; }
span { border-color: rgb(173,102,108); }
td.TdClassName
{
border-color: #AD666C;
}
.TagClassName
{
border-color: #AD666C;
}
</style>