Shades of Husk #AD964F
Tints of Husk #AD964F
RGB
CMYK
RGB Variations
Color information
#AD964F (or 0xAD964F) is known color: Husk. HEX triplet: AD, 96 and 4F. RGB value is (173,150,79). Sum of RGB (Red+Green+Blue) = 173+150+79=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD964F is #5269B0. Grayscale: #959595. Windows color (decimal): -5401009 or 5215917. OLE color: 5215917.
HSL color Cylindrical-coordinate representation of color #AD964F: hue angle of 45.32º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD964F is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 79 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.32 |
| HSL | 45.32º | 0.37% | 0.49% | - |
| HSV(B) | 45.32º | 0.54% | 0.68% | - |
| XYZ | 29.55 | 31.26 | 11.87 | - |
| YUV | 148.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 79 | 0 | 0.13 | 0.54 | 0.32 | 45.32 | 0.37 | 0.49 |
| Hex | AD | 96 | 4F | 0 | D | 36 | 20 | 2D | 25 | 31 |
| Octal | 255 | 226 | 117 | 0 | 15 | 66 | 40 | 55 | 45 | 61 |
| Binary | 10101101 | 10010110 | 1001111 | 0 | 1101 | 110110 | 100000 | 101101 | 100101 | 110001 |
Color Harmonies of #AD964F
Complementary color
Monochromatic Colors of #AD964F
Black with #AD964F
Text Example
Text Example
White with #AD964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD964F; }
p { color: rgb(173,150,79); }
H1.HeaderClassName
{
color: #AD964F;
}
.AnyTagClassName
{
color: #AD964F;
}
</style>
background-color css
<style>
a { background-color: #AD964F; }
a { background-color: rgb(173,150,79); }
div.DivClassName
{
background-color: #AD964F;
}
.BgClassName
{
background-color: #AD964F;
}
</style>
border-color css
<style>
span { border-color: #AD964F; }
span { border-color: rgb(173,150,79); }
td.TdClassName
{
border-color: #AD964F;
}
.TagClassName
{
border-color: #AD964F;
}
</style>