Shades of Turkish Rose #AD7476
Tints of Turkish Rose #AD7476
RGB
CMYK
RGB Variations
Color information
#AD7476 (or 0xAD7476) is known color: Turkish Rose. HEX triplet: AD, 74 and 76. RGB value is (173,116,118). Sum of RGB (Red+Green+Blue) = 173+116+118=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7476 is #528B89. Grayscale: #858585. Windows color (decimal): -5409674 or 7763117. OLE color: 7763117.
HSL color Cylindrical-coordinate representation of color #AD7476: hue angle of 357.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7476 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 118 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.32 |
| HSL | 357.89º | 0.26% | 0.57% | - |
| HSV(B) | 357.89º | 0.33% | 0.68% | - |
| XYZ | 26.75 | 22.68 | 20.11 | - |
| YUV | 133.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 118 | 0 | 0.33 | 0.32 | 0.32 | 357.89 | 0.26 | 0.57 |
| Hex | AD | 74 | 76 | 0 | 21 | 20 | 20 | 166 | 1A | 39 |
| Octal | 255 | 164 | 166 | 0 | 41 | 40 | 40 | 546 | 32 | 71 |
| Binary | 10101101 | 1110100 | 1110110 | 0 | 100001 | 100000 | 100000 | 101100110 | 11010 | 111001 |
Color Harmonies of #AD7476
Complementary color
Monochromatic Colors of #AD7476
Black with #AD7476
Text Example
Text Example
White with #AD7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7476; }
p { color: rgb(173,116,118); }
H1.HeaderClassName
{
color: #AD7476;
}
.AnyTagClassName
{
color: #AD7476;
}
</style>
background-color css
<style>
a { background-color: #AD7476; }
a { background-color: rgb(173,116,118); }
div.DivClassName
{
background-color: #AD7476;
}
.BgClassName
{
background-color: #AD7476;
}
</style>
border-color css
<style>
span { border-color: #AD7476; }
span { border-color: rgb(173,116,118); }
td.TdClassName
{
border-color: #AD7476;
}
.TagClassName
{
border-color: #AD7476;
}
</style>