Shades of Turkish Rose #AD787B
Tints of Turkish Rose #AD787B
RGB
CMYK
RGB Variations
Color information
#AD787B (or 0xAD787B) is known color: Turkish Rose. HEX triplet: AD, 78 and 7B. RGB value is (173,120,123). Sum of RGB (Red+Green+Blue) = 173+120+123=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787B is #528784. Grayscale: #888888. Windows color (decimal): -5408645 or 8091821. OLE color: 8091821.
HSL color Cylindrical-coordinate representation of color #AD787B: hue angle of 356.6º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD787B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 123 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.32 |
| HSL | 356.6º | 0.24% | 0.57% | - |
| HSV(B) | 356.6º | 0.31% | 0.68% | - |
| XYZ | 27.53 | 23.75 | 21.87 | - |
| YUV | 136.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 123 | 0 | 0.31 | 0.29 | 0.32 | 356.6 | 0.24 | 0.57 |
| Hex | AD | 78 | 7B | 0 | 1F | 1D | 20 | 165 | 18 | 39 |
| Octal | 255 | 170 | 173 | 0 | 37 | 35 | 40 | 545 | 30 | 71 |
| Binary | 10101101 | 1111000 | 1111011 | 0 | 11111 | 11101 | 100000 | 101100101 | 11000 | 111001 |
Color Harmonies of #AD787B
Complementary color
Monochromatic Colors of #AD787B
Black with #AD787B
Text Example
Text Example
White with #AD787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD787B; }
p { color: rgb(173,120,123); }
H1.HeaderClassName
{
color: #AD787B;
}
.AnyTagClassName
{
color: #AD787B;
}
</style>
background-color css
<style>
a { background-color: #AD787B; }
a { background-color: rgb(173,120,123); }
div.DivClassName
{
background-color: #AD787B;
}
.BgClassName
{
background-color: #AD787B;
}
</style>
border-color css
<style>
span { border-color: #AD787B; }
span { border-color: rgb(173,120,123); }
td.TdClassName
{
border-color: #AD787B;
}
.TagClassName
{
border-color: #AD787B;
}
</style>