Shades of Turmeric #AD8F43
Tints of Turmeric #AD8F43
RGB
CMYK
RGB Variations
Color information
#AD8F43 (or 0xAD8F43) is known color: Turmeric. HEX triplet: AD, 8F and 43. RGB value is (173,143,67). Sum of RGB (Red+Green+Blue) = 173+143+67=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F43 is #5270BC. Grayscale: #8F8F8F. Windows color (decimal): -5402813 or 4427693. OLE color: 4427693.
HSL color Cylindrical-coordinate representation of color #AD8F43: hue angle of 43.02º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8F43 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 67 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.32 |
| HSL | 43.02º | 0.44% | 0.47% | - |
| HSV(B) | 43.02º | 0.61% | 0.68% | - |
| XYZ | 28.07 | 28.93 | 9.42 | - |
| YUV | 143.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 67 | 0 | 0.17 | 0.61 | 0.32 | 43.02 | 0.44 | 0.47 |
| Hex | AD | 8F | 43 | 0 | 11 | 3D | 20 | 2B | 2C | 2F |
| Octal | 255 | 217 | 103 | 0 | 21 | 75 | 40 | 53 | 54 | 57 |
| Binary | 10101101 | 10001111 | 1000011 | 0 | 10001 | 111101 | 100000 | 101011 | 101100 | 101111 |
Color Harmonies of #AD8F43
Complementary color
Monochromatic Colors of #AD8F43
Black with #AD8F43
Text Example
Text Example
White with #AD8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F43; }
p { color: rgb(173,143,67); }
H1.HeaderClassName
{
color: #AD8F43;
}
.AnyTagClassName
{
color: #AD8F43;
}
</style>
background-color css
<style>
a { background-color: #AD8F43; }
a { background-color: rgb(173,143,67); }
div.DivClassName
{
background-color: #AD8F43;
}
.BgClassName
{
background-color: #AD8F43;
}
</style>
border-color css
<style>
span { border-color: #AD8F43; }
span { border-color: rgb(173,143,67); }
td.TdClassName
{
border-color: #AD8F43;
}
.TagClassName
{
border-color: #AD8F43;
}
</style>