Shades of Turkish Rose #AD797B
Tints of Turkish Rose #AD797B
RGB
CMYK
RGB Variations
Color information
#AD797B (or 0xAD797B) is known color: Turkish Rose. HEX triplet: AD, 79 and 7B. RGB value is (173,121,123). Sum of RGB (Red+Green+Blue) = 173+121+123=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD797B is #528684. Grayscale: #888888. Windows color (decimal): -5408389 or 8092077. OLE color: 8092077.
HSL color Cylindrical-coordinate representation of color #AD797B: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD797B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 123 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.32 |
| HSL | 357.69º | 0.24% | 0.58% | - |
| HSV(B) | 357.69º | 0.3% | 0.68% | - |
| XYZ | 27.65 | 23.99 | 21.91 | - |
| YUV | 136.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 123 | 0 | 0.30 | 0.29 | 0.32 | 357.69 | 0.24 | 0.58 |
| Hex | AD | 79 | 7B | 0 | 1E | 1D | 20 | 166 | 18 | 3A |
| Octal | 255 | 171 | 173 | 0 | 36 | 35 | 40 | 546 | 30 | 72 |
| Binary | 10101101 | 1111001 | 1111011 | 0 | 11110 | 11101 | 100000 | 101100110 | 11000 | 111010 |
Color Harmonies of #AD797B
Complementary color
Monochromatic Colors of #AD797B
Black with #AD797B
Text Example
Text Example
White with #AD797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD797B; }
p { color: rgb(173,121,123); }
H1.HeaderClassName
{
color: #AD797B;
}
.AnyTagClassName
{
color: #AD797B;
}
</style>
background-color css
<style>
a { background-color: #AD797B; }
a { background-color: rgb(173,121,123); }
div.DivClassName
{
background-color: #AD797B;
}
.BgClassName
{
background-color: #AD797B;
}
</style>
border-color css
<style>
span { border-color: #AD797B; }
span { border-color: rgb(173,121,123); }
td.TdClassName
{
border-color: #AD797B;
}
.TagClassName
{
border-color: #AD797B;
}
</style>