Shades of Turkish Rose #AD7C7D
Tints of Turkish Rose #AD7C7D
RGB
CMYK
RGB Variations
Color information
#AD7C7D (or 0xAD7C7D) is known color: Turkish Rose. HEX triplet: AD, 7C and 7D. RGB value is (173,124,125). Sum of RGB (Red+Green+Blue) = 173+124+125=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C7D is #528382. Grayscale: #8A8A8A. Windows color (decimal): -5407619 or 8223917. OLE color: 8223917.
HSL color Cylindrical-coordinate representation of color #AD7C7D: hue angle of 358.78º 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 #AD7C7D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 125 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.32 |
| HSL | 358.78º | 0.23% | 0.58% | - |
| HSV(B) | 358.78º | 0.28% | 0.68% | - |
| XYZ | 28.14 | 24.78 | 22.7 | - |
| YUV | 138.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 125 | 0 | 0.28 | 0.28 | 0.32 | 358.78 | 0.23 | 0.58 |
| Hex | AD | 7C | 7D | 0 | 1C | 1C | 20 | 167 | 17 | 3A |
| Octal | 255 | 174 | 175 | 0 | 34 | 34 | 40 | 547 | 27 | 72 |
| Binary | 10101101 | 1111100 | 1111101 | 0 | 11100 | 11100 | 100000 | 101100111 | 10111 | 111010 |
Color Harmonies of #AD7C7D
Complementary color
Monochromatic Colors of #AD7C7D
Black with #AD7C7D
Text Example
Text Example
White with #AD7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C7D; }
p { color: rgb(173,124,125); }
H1.HeaderClassName
{
color: #AD7C7D;
}
.AnyTagClassName
{
color: #AD7C7D;
}
</style>
background-color css
<style>
a { background-color: #AD7C7D; }
a { background-color: rgb(173,124,125); }
div.DivClassName
{
background-color: #AD7C7D;
}
.BgClassName
{
background-color: #AD7C7D;
}
</style>
border-color css
<style>
span { border-color: #AD7C7D; }
span { border-color: rgb(173,124,125); }
td.TdClassName
{
border-color: #AD7C7D;
}
.TagClassName
{
border-color: #AD7C7D;
}
</style>