Shades of Turmeric #AD8A48
Tints of Turmeric #AD8A48
RGB
CMYK
RGB Variations
Color information
#AD8A48 (or 0xAD8A48) is known color: Turmeric. HEX triplet: AD, 8A and 48. RGB value is (173,138,72). Sum of RGB (Red+Green+Blue) = 173+138+72=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A48 is #5275B7. Grayscale: #8D8D8D. Windows color (decimal): -5404088 or 4754093. OLE color: 4754093.
HSL color Cylindrical-coordinate representation of color #AD8A48: hue angle of 39.21º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD8A48 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 72 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.32 |
| HSL | 39.21º | 0.41% | 0.48% | - |
| HSV(B) | 39.21º | 0.58% | 0.68% | - |
| XYZ | 27.49 | 27.53 | 10 | - |
| YUV | 140.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 72 | 0 | 0.20 | 0.58 | 0.32 | 39.21 | 0.41 | 0.48 |
| Hex | AD | 8A | 48 | 0 | 14 | 3A | 20 | 27 | 29 | 30 |
| Octal | 255 | 212 | 110 | 0 | 24 | 72 | 40 | 47 | 51 | 60 |
| Binary | 10101101 | 10001010 | 1001000 | 0 | 10100 | 111010 | 100000 | 100111 | 101001 | 110000 |
Color Harmonies of #AD8A48
Complementary color
Monochromatic Colors of #AD8A48
Black with #AD8A48
Text Example
Text Example
White with #AD8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A48; }
p { color: rgb(173,138,72); }
H1.HeaderClassName
{
color: #AD8A48;
}
.AnyTagClassName
{
color: #AD8A48;
}
</style>
background-color css
<style>
a { background-color: #AD8A48; }
a { background-color: rgb(173,138,72); }
div.DivClassName
{
background-color: #AD8A48;
}
.BgClassName
{
background-color: #AD8A48;
}
</style>
border-color css
<style>
span { border-color: #AD8A48; }
span { border-color: rgb(173,138,72); }
td.TdClassName
{
border-color: #AD8A48;
}
.TagClassName
{
border-color: #AD8A48;
}
</style>