Shades of Turkish Rose #AD7D7F
Tints of Turkish Rose #AD7D7F
RGB
CMYK
RGB Variations
Color information
#AD7D7F (or 0xAD7D7F) is known color: Turkish Rose. HEX triplet: AD, 7D and 7F. RGB value is (173,125,127). Sum of RGB (Red+Green+Blue) = 173+125+127=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D7F is #528280. Grayscale: #8B8B8B. Windows color (decimal): -5407361 or 8355245. OLE color: 8355245.
HSL color Cylindrical-coordinate representation of color #AD7D7F: hue angle of 357.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7D7F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 127 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.32 |
| HSL | 357.5º | 0.23% | 0.58% | - |
| HSV(B) | 357.5º | 0.28% | 0.68% | - |
| XYZ | 28.4 | 25.08 | 23.42 | - |
| YUV | 139.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 127 | 0 | 0.28 | 0.27 | 0.32 | 357.5 | 0.23 | 0.58 |
| Hex | AD | 7D | 7F | 0 | 1C | 1B | 20 | 166 | 17 | 3A |
| Octal | 255 | 175 | 177 | 0 | 34 | 33 | 40 | 546 | 27 | 72 |
| Binary | 10101101 | 1111101 | 1111111 | 0 | 11100 | 11011 | 100000 | 101100110 | 10111 | 111010 |
Color Harmonies of #AD7D7F
Complementary color
Monochromatic Colors of #AD7D7F
Black with #AD7D7F
Text Example
Text Example
White with #AD7D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D7F; }
p { color: rgb(173,125,127); }
H1.HeaderClassName
{
color: #AD7D7F;
}
.AnyTagClassName
{
color: #AD7D7F;
}
</style>
background-color css
<style>
a { background-color: #AD7D7F; }
a { background-color: rgb(173,125,127); }
div.DivClassName
{
background-color: #AD7D7F;
}
.BgClassName
{
background-color: #AD7D7F;
}
</style>
border-color css
<style>
span { border-color: #AD7D7F; }
span { border-color: rgb(173,125,127); }
td.TdClassName
{
border-color: #AD7D7F;
}
.TagClassName
{
border-color: #AD7D7F;
}
</style>