Shades of Turkish Rose #AD7E80
Tints of Turkish Rose #AD7E80
RGB
CMYK
RGB Variations
Color information
#AD7E80 (or 0xAD7E80) is known color: Turkish Rose. HEX triplet: AD, 7E and 80. RGB value is (173,126,128). Sum of RGB (Red+Green+Blue) = 173+126+128=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E80 is #52817F. Grayscale: #8C8C8C. Windows color (decimal): -5407104 or 8421037. OLE color: 8421037.
HSL color Cylindrical-coordinate representation of color #AD7E80: hue angle of 357.45º 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 #AD7E80 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 128 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.32 |
| HSL | 357.45º | 0.22% | 0.59% | - |
| HSV(B) | 357.45º | 0.27% | 0.68% | - |
| XYZ | 28.59 | 25.36 | 23.81 | - |
| YUV | 140.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 128 | 0 | 0.27 | 0.26 | 0.32 | 357.45 | 0.22 | 0.59 |
| Hex | AD | 7E | 80 | 0 | 1B | 1A | 20 | 165 | 16 | 3B |
| Octal | 255 | 176 | 200 | 0 | 33 | 32 | 40 | 545 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10000000 | 0 | 11011 | 11010 | 100000 | 101100101 | 10110 | 111011 |
Color Harmonies of #AD7E80
Complementary color
Monochromatic Colors of #AD7E80
Black with #AD7E80
Text Example
Text Example
White with #AD7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E80; }
p { color: rgb(173,126,128); }
H1.HeaderClassName
{
color: #AD7E80;
}
.AnyTagClassName
{
color: #AD7E80;
}
</style>
background-color css
<style>
a { background-color: #AD7E80; }
a { background-color: rgb(173,126,128); }
div.DivClassName
{
background-color: #AD7E80;
}
.BgClassName
{
background-color: #AD7E80;
}
</style>
border-color css
<style>
span { border-color: #AD7E80; }
span { border-color: rgb(173,126,128); }
td.TdClassName
{
border-color: #AD7E80;
}
.TagClassName
{
border-color: #AD7E80;
}
</style>