Shades of Turkish Rose #AD7B7C
Tints of Turkish Rose #AD7B7C
RGB
CMYK
RGB Variations
Color information
#AD7B7C (or 0xAD7B7C) is known color: Turkish Rose. HEX triplet: AD, 7B and 7C. RGB value is (173,123,124). Sum of RGB (Red+Green+Blue) = 173+123+124=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B7C is #528483. Grayscale: #8A8A8A. Windows color (decimal): -5407876 or 8158125. OLE color: 8158125.
HSL color Cylindrical-coordinate representation of color #AD7B7C: hue angle of 358.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7B7C is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 124 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.32 |
| HSL | 358.8º | 0.23% | 0.58% | - |
| HSV(B) | 358.8º | 0.29% | 0.68% | - |
| XYZ | 27.95 | 24.51 | 22.33 | - |
| YUV | 138.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 124 | 0 | 0.29 | 0.28 | 0.32 | 358.8 | 0.23 | 0.58 |
| Hex | AD | 7B | 7C | 0 | 1D | 1C | 20 | 167 | 17 | 3A |
| Octal | 255 | 173 | 174 | 0 | 35 | 34 | 40 | 547 | 27 | 72 |
| Binary | 10101101 | 1111011 | 1111100 | 0 | 11101 | 11100 | 100000 | 101100111 | 10111 | 111010 |
Color Harmonies of #AD7B7C
Complementary color
Monochromatic Colors of #AD7B7C
Black with #AD7B7C
Text Example
Text Example
White with #AD7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B7C; }
p { color: rgb(173,123,124); }
H1.HeaderClassName
{
color: #AD7B7C;
}
.AnyTagClassName
{
color: #AD7B7C;
}
</style>
background-color css
<style>
a { background-color: #AD7B7C; }
a { background-color: rgb(173,123,124); }
div.DivClassName
{
background-color: #AD7B7C;
}
.BgClassName
{
background-color: #AD7B7C;
}
</style>
border-color css
<style>
span { border-color: #AD7B7C; }
span { border-color: rgb(173,123,124); }
td.TdClassName
{
border-color: #AD7B7C;
}
.TagClassName
{
border-color: #AD7B7C;
}
</style>