Shades of Turkish Rose #AD656B
Tints of Turkish Rose #AD656B
RGB
CMYK
RGB Variations
Color information
#AD656B (or 0xAD656B) is known color: Turkish Rose. HEX triplet: AD, 65 and 6B. RGB value is (173,101,107). Sum of RGB (Red+Green+Blue) = 173+101+107=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656B is #529A94. Grayscale: #7B7B7B. Windows color (decimal): -5413525 or 7038381. OLE color: 7038381.
HSL color Cylindrical-coordinate representation of color #AD656B: hue angle of 355º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD656B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 107 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.32 |
| HSL | 355º | 0.31% | 0.54% | - |
| HSV(B) | 355º | 0.42% | 0.68% | - |
| XYZ | 24.54 | 19.25 | 16.33 | - |
| YUV | 123.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 107 | 0 | 0.42 | 0.38 | 0.32 | 355 | 0.31 | 0.54 |
| Hex | AD | 65 | 6B | 0 | 2A | 26 | 20 | 163 | 1F | 36 |
| Octal | 255 | 145 | 153 | 0 | 52 | 46 | 40 | 543 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1101011 | 0 | 101010 | 100110 | 100000 | 101100011 | 11111 | 110110 |
Color Harmonies of #AD656B
Complementary color
Monochromatic Colors of #AD656B
Black with #AD656B
Text Example
Text Example
White with #AD656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD656B; }
p { color: rgb(173,101,107); }
H1.HeaderClassName
{
color: #AD656B;
}
.AnyTagClassName
{
color: #AD656B;
}
</style>
background-color css
<style>
a { background-color: #AD656B; }
a { background-color: rgb(173,101,107); }
div.DivClassName
{
background-color: #AD656B;
}
.BgClassName
{
background-color: #AD656B;
}
</style>
border-color css
<style>
span { border-color: #AD656B; }
span { border-color: rgb(173,101,107); }
td.TdClassName
{
border-color: #AD656B;
}
.TagClassName
{
border-color: #AD656B;
}
</style>