Shades of Husk #AD964E
Tints of Husk #AD964E
RGB
CMYK
RGB Variations
Color information
#AD964E (or 0xAD964E) is known color: Husk. HEX triplet: AD, 96 and 4E. RGB value is (173,150,78). Sum of RGB (Red+Green+Blue) = 173+150+78=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD964E is #5269B1. Grayscale: #949494. Windows color (decimal): -5401010 or 5150381. OLE color: 5150381.
HSL color Cylindrical-coordinate representation of color #AD964E: hue angle of 45.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD964E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 78 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.32 |
| HSL | 45.47º | 0.38% | 0.49% | - |
| HSV(B) | 45.47º | 0.55% | 0.68% | - |
| XYZ | 29.52 | 31.25 | 11.68 | - |
| YUV | 148.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 78 | 0 | 0.13 | 0.55 | 0.32 | 45.47 | 0.38 | 0.49 |
| Hex | AD | 96 | 4E | 0 | D | 37 | 20 | 2D | 26 | 31 |
| Octal | 255 | 226 | 116 | 0 | 15 | 67 | 40 | 55 | 46 | 61 |
| Binary | 10101101 | 10010110 | 1001110 | 0 | 1101 | 110111 | 100000 | 101101 | 100110 | 110001 |
Color Harmonies of #AD964E
Complementary color
Monochromatic Colors of #AD964E
Black with #AD964E
Text Example
Text Example
White with #AD964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD964E; }
p { color: rgb(173,150,78); }
H1.HeaderClassName
{
color: #AD964E;
}
.AnyTagClassName
{
color: #AD964E;
}
</style>
background-color css
<style>
a { background-color: #AD964E; }
a { background-color: rgb(173,150,78); }
div.DivClassName
{
background-color: #AD964E;
}
.BgClassName
{
background-color: #AD964E;
}
</style>
border-color css
<style>
span { border-color: #AD964E; }
span { border-color: rgb(173,150,78); }
td.TdClassName
{
border-color: #AD964E;
}
.TagClassName
{
border-color: #AD964E;
}
</style>