Shades of Turkish Rose #AD616B
Tints of Turkish Rose #AD616B
RGB
CMYK
RGB Variations
Color information
#AD616B (or 0xAD616B) is known color: Turkish Rose. HEX triplet: AD, 61 and 6B. RGB value is (173,97,107). Sum of RGB (Red+Green+Blue) = 173+97+107=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616B is #529E94. Grayscale: #787878. Windows color (decimal): -5414549 or 7037357. OLE color: 7037357.
HSL color Cylindrical-coordinate representation of color #AD616B: hue angle of 352.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD616B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 107 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.32 |
| HSL | 352.11º | 0.32% | 0.53% | - |
| HSV(B) | 352.11º | 0.44% | 0.68% | - |
| XYZ | 24.16 | 18.5 | 16.21 | - |
| YUV | 120.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 107 | 0 | 0.44 | 0.38 | 0.32 | 352.11 | 0.32 | 0.53 |
| Hex | AD | 61 | 6B | 0 | 2C | 26 | 20 | 160 | 20 | 35 |
| Octal | 255 | 141 | 153 | 0 | 54 | 46 | 40 | 540 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1101011 | 0 | 101100 | 100110 | 100000 | 101100000 | 100000 | 110101 |
Color Harmonies of #AD616B
Complementary color
Monochromatic Colors of #AD616B
Black with #AD616B
Text Example
Text Example
White with #AD616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD616B; }
p { color: rgb(173,97,107); }
H1.HeaderClassName
{
color: #AD616B;
}
.AnyTagClassName
{
color: #AD616B;
}
</style>
background-color css
<style>
a { background-color: #AD616B; }
a { background-color: rgb(173,97,107); }
div.DivClassName
{
background-color: #AD616B;
}
.BgClassName
{
background-color: #AD616B;
}
</style>
border-color css
<style>
span { border-color: #AD616B; }
span { border-color: rgb(173,97,107); }
td.TdClassName
{
border-color: #AD616B;
}
.TagClassName
{
border-color: #AD616B;
}
</style>