Shades of Turkish Rose #AD757D
Tints of Turkish Rose #AD757D
RGB
CMYK
RGB Variations
Color information
#AD757D (or 0xAD757D) is known color: Turkish Rose. HEX triplet: AD, 75 and 7D. RGB value is (173,117,125). Sum of RGB (Red+Green+Blue) = 173+117+125=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757D is #528A82. Grayscale: #868686. Windows color (decimal): -5409411 or 8222125. OLE color: 8222125.
HSL color Cylindrical-coordinate representation of color #AD757D: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD757D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 125 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.32 |
| HSL | 351.43º | 0.25% | 0.57% | - |
| HSV(B) | 351.43º | 0.32% | 0.68% | - |
| XYZ | 27.3 | 23.09 | 22.42 | - |
| YUV | 134.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 125 | 0 | 0.32 | 0.28 | 0.32 | 351.43 | 0.25 | 0.57 |
| Hex | AD | 75 | 7D | 0 | 20 | 1C | 20 | 15F | 19 | 39 |
| Octal | 255 | 165 | 175 | 0 | 40 | 34 | 40 | 537 | 31 | 71 |
| Binary | 10101101 | 1110101 | 1111101 | 0 | 100000 | 11100 | 100000 | 101011111 | 11001 | 111001 |
Color Harmonies of #AD757D
Complementary color
Monochromatic Colors of #AD757D
Black with #AD757D
Text Example
Text Example
White with #AD757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD757D; }
p { color: rgb(173,117,125); }
H1.HeaderClassName
{
color: #AD757D;
}
.AnyTagClassName
{
color: #AD757D;
}
</style>
background-color css
<style>
a { background-color: #AD757D; }
a { background-color: rgb(173,117,125); }
div.DivClassName
{
background-color: #AD757D;
}
.BgClassName
{
background-color: #AD757D;
}
</style>
border-color css
<style>
span { border-color: #AD757D; }
span { border-color: rgb(173,117,125); }
td.TdClassName
{
border-color: #AD757D;
}
.TagClassName
{
border-color: #AD757D;
}
</style>