Shades of Turkish Rose #AD666A
Tints of Turkish Rose #AD666A
RGB
CMYK
RGB Variations
Color information
#AD666A (or 0xAD666A) is known color: Turkish Rose. HEX triplet: AD, 66 and 6A. RGB value is (173,102,106). Sum of RGB (Red+Green+Blue) = 173+102+106=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666A is #529995. Grayscale: #7B7B7B. Windows color (decimal): -5413270 or 6973101. OLE color: 6973101.
HSL color Cylindrical-coordinate representation of color #AD666A: hue angle of 356.62º 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 #AD666A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 106 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.32 |
| HSL | 356.62º | 0.3% | 0.54% | - |
| HSV(B) | 356.62º | 0.41% | 0.68% | - |
| XYZ | 24.59 | 19.43 | 16.09 | - |
| YUV | 123.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 106 | 0 | 0.41 | 0.39 | 0.32 | 356.62 | 0.3 | 0.54 |
| Hex | AD | 66 | 6A | 0 | 29 | 27 | 20 | 165 | 1E | 36 |
| Octal | 255 | 146 | 152 | 0 | 51 | 47 | 40 | 545 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1101010 | 0 | 101001 | 100111 | 100000 | 101100101 | 11110 | 110110 |
Color Harmonies of #AD666A
Complementary color
Monochromatic Colors of #AD666A
Black with #AD666A
Text Example
Text Example
White with #AD666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD666A; }
p { color: rgb(173,102,106); }
H1.HeaderClassName
{
color: #AD666A;
}
.AnyTagClassName
{
color: #AD666A;
}
</style>
background-color css
<style>
a { background-color: #AD666A; }
a { background-color: rgb(173,102,106); }
div.DivClassName
{
background-color: #AD666A;
}
.BgClassName
{
background-color: #AD666A;
}
</style>
border-color css
<style>
span { border-color: #AD666A; }
span { border-color: rgb(173,102,106); }
td.TdClassName
{
border-color: #AD666A;
}
.TagClassName
{
border-color: #AD666A;
}
</style>