Shades of Turkish Rose #AD7E7F
Tints of Turkish Rose #AD7E7F
RGB
CMYK
RGB Variations
Color information
#AD7E7F (or 0xAD7E7F) is known color: Turkish Rose. HEX triplet: AD, 7E and 7F. RGB value is (173,126,127). Sum of RGB (Red+Green+Blue) = 173+126+127=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E7F is #528180. Grayscale: #8C8C8C. Windows color (decimal): -5407105 or 8355501. OLE color: 8355501.
HSL color Cylindrical-coordinate representation of color #AD7E7F: hue angle of 358.72º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7E7F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 127 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.32 |
| HSL | 358.72º | 0.22% | 0.59% | - |
| HSV(B) | 358.72º | 0.27% | 0.68% | - |
| XYZ | 28.53 | 25.34 | 23.47 | - |
| YUV | 140.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 127 | 0 | 0.27 | 0.27 | 0.32 | 358.72 | 0.22 | 0.59 |
| Hex | AD | 7E | 7F | 0 | 1B | 1B | 20 | 167 | 16 | 3B |
| Octal | 255 | 176 | 177 | 0 | 33 | 33 | 40 | 547 | 26 | 73 |
| Binary | 10101101 | 1111110 | 1111111 | 0 | 11011 | 11011 | 100000 | 101100111 | 10110 | 111011 |
Color Harmonies of #AD7E7F
Complementary color
Monochromatic Colors of #AD7E7F
Black with #AD7E7F
Text Example
Text Example
White with #AD7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E7F; }
p { color: rgb(173,126,127); }
H1.HeaderClassName
{
color: #AD7E7F;
}
.AnyTagClassName
{
color: #AD7E7F;
}
</style>
background-color css
<style>
a { background-color: #AD7E7F; }
a { background-color: rgb(173,126,127); }
div.DivClassName
{
background-color: #AD7E7F;
}
.BgClassName
{
background-color: #AD7E7F;
}
</style>
border-color css
<style>
span { border-color: #AD7E7F; }
span { border-color: rgb(173,126,127); }
td.TdClassName
{
border-color: #AD7E7F;
}
.TagClassName
{
border-color: #AD7E7F;
}
</style>