Shades of Turmeric #AD8F4B
Tints of Turmeric #AD8F4B
RGB
CMYK
RGB Variations
Color information
#AD8F4B (or 0xAD8F4B) is known color: Turmeric. HEX triplet: AD, 8F and 4B. RGB value is (173,143,75). Sum of RGB (Red+Green+Blue) = 173+143+75=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F4B is #5270B4. Grayscale: #909090. Windows color (decimal): -5402805 or 4951981. OLE color: 4951981.
HSL color Cylindrical-coordinate representation of color #AD8F4B: hue angle of 41.63º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD8F4B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 75 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.32 |
| HSL | 41.63º | 0.4% | 0.49% | - |
| HSV(B) | 41.63º | 0.57% | 0.68% | - |
| XYZ | 28.33 | 29.04 | 10.77 | - |
| YUV | 144.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 75 | 0 | 0.17 | 0.57 | 0.32 | 41.63 | 0.4 | 0.49 |
| Hex | AD | 8F | 4B | 0 | 11 | 39 | 20 | 2A | 28 | 31 |
| Octal | 255 | 217 | 113 | 0 | 21 | 71 | 40 | 52 | 50 | 61 |
| Binary | 10101101 | 10001111 | 1001011 | 0 | 10001 | 111001 | 100000 | 101010 | 101000 | 110001 |
Color Harmonies of #AD8F4B
Complementary color
Monochromatic Colors of #AD8F4B
Black with #AD8F4B
Text Example
Text Example
White with #AD8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F4B; }
p { color: rgb(173,143,75); }
H1.HeaderClassName
{
color: #AD8F4B;
}
.AnyTagClassName
{
color: #AD8F4B;
}
</style>
background-color css
<style>
a { background-color: #AD8F4B; }
a { background-color: rgb(173,143,75); }
div.DivClassName
{
background-color: #AD8F4B;
}
.BgClassName
{
background-color: #AD8F4B;
}
</style>
border-color css
<style>
span { border-color: #AD8F4B; }
span { border-color: rgb(173,143,75); }
td.TdClassName
{
border-color: #AD8F4B;
}
.TagClassName
{
border-color: #AD8F4B;
}
</style>