Shades of Husk #AD954A
Tints of Husk #AD954A
RGB
CMYK
RGB Variations
Color information
#AD954A (or 0xAD954A) is known color: Husk. HEX triplet: AD, 95 and 4A. RGB value is (173,149,74). Sum of RGB (Red+Green+Blue) = 173+149+74=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD954A is #526AB5. Grayscale: #939393. Windows color (decimal): -5401270 or 4887981. OLE color: 4887981.
HSL color Cylindrical-coordinate representation of color #AD954A: hue angle of 45.45º 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 #AD954A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 74 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.32 |
| HSL | 45.45º | 0.4% | 0.48% | - |
| HSV(B) | 45.45º | 0.57% | 0.68% | - |
| XYZ | 29.22 | 30.87 | 10.9 | - |
| YUV | 147.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 74 | 0 | 0.14 | 0.57 | 0.32 | 45.45 | 0.4 | 0.48 |
| Hex | AD | 95 | 4A | 0 | E | 39 | 20 | 2D | 28 | 30 |
| Octal | 255 | 225 | 112 | 0 | 16 | 71 | 40 | 55 | 50 | 60 |
| Binary | 10101101 | 10010101 | 1001010 | 0 | 1110 | 111001 | 100000 | 101101 | 101000 | 110000 |
Color Harmonies of #AD954A
Complementary color
Monochromatic Colors of #AD954A
Black with #AD954A
Text Example
Text Example
White with #AD954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD954A; }
p { color: rgb(173,149,74); }
H1.HeaderClassName
{
color: #AD954A;
}
.AnyTagClassName
{
color: #AD954A;
}
</style>
background-color css
<style>
a { background-color: #AD954A; }
a { background-color: rgb(173,149,74); }
div.DivClassName
{
background-color: #AD954A;
}
.BgClassName
{
background-color: #AD954A;
}
</style>
border-color css
<style>
span { border-color: #AD954A; }
span { border-color: rgb(173,149,74); }
td.TdClassName
{
border-color: #AD954A;
}
.TagClassName
{
border-color: #AD954A;
}
</style>