Shades of Turkish Rose #AD787E
Tints of Turkish Rose #AD787E
RGB
CMYK
RGB Variations
Color information
#AD787E (or 0xAD787E) is known color: Turkish Rose. HEX triplet: AD, 78 and 7E. RGB value is (173,120,126). Sum of RGB (Red+Green+Blue) = 173+120+126=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787E is #528781. Grayscale: #888888. Windows color (decimal): -5408642 or 8288429. OLE color: 8288429.
HSL color Cylindrical-coordinate representation of color #AD787E: hue angle of 353.21º 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 #AD787E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 126 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.32 |
| HSL | 353.21º | 0.24% | 0.57% | - |
| HSV(B) | 353.21º | 0.31% | 0.68% | - |
| XYZ | 27.72 | 23.82 | 22.88 | - |
| YUV | 136.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 126 | 0 | 0.31 | 0.27 | 0.32 | 353.21 | 0.24 | 0.57 |
| Hex | AD | 78 | 7E | 0 | 1F | 1B | 20 | 161 | 18 | 39 |
| Octal | 255 | 170 | 176 | 0 | 37 | 33 | 40 | 541 | 30 | 71 |
| Binary | 10101101 | 1111000 | 1111110 | 0 | 11111 | 11011 | 100000 | 101100001 | 11000 | 111001 |
Color Harmonies of #AD787E
Complementary color
Monochromatic Colors of #AD787E
Black with #AD787E
Text Example
Text Example
White with #AD787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD787E; }
p { color: rgb(173,120,126); }
H1.HeaderClassName
{
color: #AD787E;
}
.AnyTagClassName
{
color: #AD787E;
}
</style>
background-color css
<style>
a { background-color: #AD787E; }
a { background-color: rgb(173,120,126); }
div.DivClassName
{
background-color: #AD787E;
}
.BgClassName
{
background-color: #AD787E;
}
</style>
border-color css
<style>
span { border-color: #AD787E; }
span { border-color: rgb(173,120,126); }
td.TdClassName
{
border-color: #AD787E;
}
.TagClassName
{
border-color: #AD787E;
}
</style>