Shades of Husk #AD964A
Tints of Husk #AD964A
RGB
CMYK
RGB Variations
Color information
#AD964A (or 0xAD964A) is known color: Husk. HEX triplet: AD, 96 and 4A. RGB value is (173,150,74). Sum of RGB (Red+Green+Blue) = 173+150+74=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD964A is #5269B5. Grayscale: #949494. Windows color (decimal): -5401014 or 4888237. OLE color: 4888237.
HSL color Cylindrical-coordinate representation of color #AD964A: hue angle of 46.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD964A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 74 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.32 |
| HSL | 46.06º | 0.4% | 0.48% | - |
| HSV(B) | 46.06º | 0.57% | 0.68% | - |
| XYZ | 29.38 | 31.19 | 10.95 | - |
| YUV | 148.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 74 | 0 | 0.13 | 0.57 | 0.32 | 46.06 | 0.4 | 0.48 |
| Hex | AD | 96 | 4A | 0 | D | 39 | 20 | 2E | 28 | 30 |
| Octal | 255 | 226 | 112 | 0 | 15 | 71 | 40 | 56 | 50 | 60 |
| Binary | 10101101 | 10010110 | 1001010 | 0 | 1101 | 111001 | 100000 | 101110 | 101000 | 110000 |
Color Harmonies of #AD964A
Complementary color
Monochromatic Colors of #AD964A
Black with #AD964A
Text Example
Text Example
White with #AD964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD964A; }
p { color: rgb(173,150,74); }
H1.HeaderClassName
{
color: #AD964A;
}
.AnyTagClassName
{
color: #AD964A;
}
</style>
background-color css
<style>
a { background-color: #AD964A; }
a { background-color: rgb(173,150,74); }
div.DivClassName
{
background-color: #AD964A;
}
.BgClassName
{
background-color: #AD964A;
}
</style>
border-color css
<style>
span { border-color: #AD964A; }
span { border-color: rgb(173,150,74); }
td.TdClassName
{
border-color: #AD964A;
}
.TagClassName
{
border-color: #AD964A;
}
</style>