Shades of Turmeric #AD8F45
Tints of Turmeric #AD8F45
RGB
CMYK
RGB Variations
Color information
#AD8F45 (or 0xAD8F45) is known color: Turmeric. HEX triplet: AD, 8F and 45. RGB value is (173,143,69). Sum of RGB (Red+Green+Blue) = 173+143+69=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F45 is #5270BA. Grayscale: #8F8F8F. Windows color (decimal): -5402811 or 4558765. OLE color: 4558765.
HSL color Cylindrical-coordinate representation of color #AD8F45: hue angle of 42.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8F45 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 69 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.32 |
| HSL | 42.69º | 0.43% | 0.47% | - |
| HSV(B) | 42.69º | 0.6% | 0.68% | - |
| XYZ | 28.13 | 28.96 | 9.74 | - |
| YUV | 143.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 69 | 0 | 0.17 | 0.60 | 0.32 | 42.69 | 0.43 | 0.47 |
| Hex | AD | 8F | 45 | 0 | 11 | 3C | 20 | 2B | 2B | 2F |
| Octal | 255 | 217 | 105 | 0 | 21 | 74 | 40 | 53 | 53 | 57 |
| Binary | 10101101 | 10001111 | 1000101 | 0 | 10001 | 111100 | 100000 | 101011 | 101011 | 101111 |
Color Harmonies of #AD8F45
Complementary color
Monochromatic Colors of #AD8F45
Black with #AD8F45
Text Example
Text Example
White with #AD8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F45; }
p { color: rgb(173,143,69); }
H1.HeaderClassName
{
color: #AD8F45;
}
.AnyTagClassName
{
color: #AD8F45;
}
</style>
background-color css
<style>
a { background-color: #AD8F45; }
a { background-color: rgb(173,143,69); }
div.DivClassName
{
background-color: #AD8F45;
}
.BgClassName
{
background-color: #AD8F45;
}
</style>
border-color css
<style>
span { border-color: #AD8F45; }
span { border-color: rgb(173,143,69); }
td.TdClassName
{
border-color: #AD8F45;
}
.TagClassName
{
border-color: #AD8F45;
}
</style>