Shades of Turmeric #AD923C
Tints of Turmeric #AD923C
RGB
CMYK
RGB Variations
Color information
#AD923C (or 0xAD923C) is known color: Turmeric. HEX triplet: AD, 92 and 3C. RGB value is (173,146,60). Sum of RGB (Red+Green+Blue) = 173+146+60=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD923C is #526DC3. Grayscale: #909090. Windows color (decimal): -5402052 or 3969709. OLE color: 3969709.
HSL color Cylindrical-coordinate representation of color #AD923C: hue angle of 45.66º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD923C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 60 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.32 |
| HSL | 45.66º | 0.48% | 0.46% | - |
| HSV(B) | 45.66º | 0.65% | 0.68% | - |
| XYZ | 28.33 | 29.77 | 8.53 | - |
| YUV | 144.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 60 | 0 | 0.16 | 0.65 | 0.32 | 45.66 | 0.48 | 0.46 |
| Hex | AD | 92 | 3C | 0 | 10 | 41 | 20 | 2E | 30 | 2E |
| Octal | 255 | 222 | 74 | 0 | 20 | 101 | 40 | 56 | 60 | 56 |
| Binary | 10101101 | 10010010 | 111100 | 0 | 10000 | 1000001 | 100000 | 101110 | 110000 | 101110 |
Color Harmonies of #AD923C
Complementary color
Monochromatic Colors of #AD923C
Black with #AD923C
Text Example
Text Example
White with #AD923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD923C; }
p { color: rgb(173,146,60); }
H1.HeaderClassName
{
color: #AD923C;
}
.AnyTagClassName
{
color: #AD923C;
}
</style>
background-color css
<style>
a { background-color: #AD923C; }
a { background-color: rgb(173,146,60); }
div.DivClassName
{
background-color: #AD923C;
}
.BgClassName
{
background-color: #AD923C;
}
</style>
border-color css
<style>
span { border-color: #AD923C; }
span { border-color: rgb(173,146,60); }
td.TdClassName
{
border-color: #AD923C;
}
.TagClassName
{
border-color: #AD923C;
}
</style>