Shades of Turmeric #AD9042
Tints of Turmeric #AD9042
RGB
CMYK
RGB Variations
Color information
#AD9042 (or 0xAD9042) is known color: Turmeric. HEX triplet: AD, 90 and 42. RGB value is (173,144,66). Sum of RGB (Red+Green+Blue) = 173+144+66=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9042 is #526FBD. Grayscale: #909090. Windows color (decimal): -5402558 or 4362413. OLE color: 4362413.
HSL color Cylindrical-coordinate representation of color #AD9042: hue angle of 43.74º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9042 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 66 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.32 |
| HSL | 43.74º | 0.45% | 0.47% | - |
| HSV(B) | 43.74º | 0.62% | 0.68% | - |
| XYZ | 28.19 | 29.22 | 9.31 | - |
| YUV | 143.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 66 | 0 | 0.17 | 0.62 | 0.32 | 43.74 | 0.45 | 0.47 |
| Hex | AD | 90 | 42 | 0 | 11 | 3E | 20 | 2C | 2D | 2F |
| Octal | 255 | 220 | 102 | 0 | 21 | 76 | 40 | 54 | 55 | 57 |
| Binary | 10101101 | 10010000 | 1000010 | 0 | 10001 | 111110 | 100000 | 101100 | 101101 | 101111 |
Color Harmonies of #AD9042
Complementary color
Monochromatic Colors of #AD9042
Black with #AD9042
Text Example
Text Example
White with #AD9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9042; }
p { color: rgb(173,144,66); }
H1.HeaderClassName
{
color: #AD9042;
}
.AnyTagClassName
{
color: #AD9042;
}
</style>
background-color css
<style>
a { background-color: #AD9042; }
a { background-color: rgb(173,144,66); }
div.DivClassName
{
background-color: #AD9042;
}
.BgClassName
{
background-color: #AD9042;
}
</style>
border-color css
<style>
span { border-color: #AD9042; }
span { border-color: rgb(173,144,66); }
td.TdClassName
{
border-color: #AD9042;
}
.TagClassName
{
border-color: #AD9042;
}
</style>