Shades of Turmeric #AD993F
Tints of Turmeric #AD993F
RGB
CMYK
RGB Variations
Color information
#AD993F (or 0xAD993F) is known color: Turmeric. HEX triplet: AD, 99 and 3F. RGB value is (173,153,63). Sum of RGB (Red+Green+Blue) = 173+153+63=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993F is #5266C0. Grayscale: #959595. Windows color (decimal): -5400257 or 4168109. OLE color: 4168109.
HSL color Cylindrical-coordinate representation of color #AD993F: hue angle of 49.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD993F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 63 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.32 |
| HSL | 49.09º | 0.47% | 0.46% | - |
| HSV(B) | 49.09º | 0.64% | 0.68% | - |
| XYZ | 29.52 | 32.03 | 9.33 | - |
| YUV | 148.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 63 | 0 | 0.12 | 0.64 | 0.32 | 49.09 | 0.47 | 0.46 |
| Hex | AD | 99 | 3F | 0 | C | 40 | 20 | 31 | 2F | 2E |
| Octal | 255 | 231 | 77 | 0 | 14 | 100 | 40 | 61 | 57 | 56 |
| Binary | 10101101 | 10011001 | 111111 | 0 | 1100 | 1000000 | 100000 | 110001 | 101111 | 101110 |
Color Harmonies of #AD993F
Complementary color
Monochromatic Colors of #AD993F
Black with #AD993F
Text Example
Text Example
White with #AD993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD993F; }
p { color: rgb(173,153,63); }
H1.HeaderClassName
{
color: #AD993F;
}
.AnyTagClassName
{
color: #AD993F;
}
</style>
background-color css
<style>
a { background-color: #AD993F; }
a { background-color: rgb(173,153,63); }
div.DivClassName
{
background-color: #AD993F;
}
.BgClassName
{
background-color: #AD993F;
}
</style>
border-color css
<style>
span { border-color: #AD993F; }
span { border-color: rgb(173,153,63); }
td.TdClassName
{
border-color: #AD993F;
}
.TagClassName
{
border-color: #AD993F;
}
</style>