Shades of Husk #AD954D
Tints of Husk #AD954D
RGB
CMYK
RGB Variations
Color information
#AD954D (or 0xAD954D) is known color: Husk. HEX triplet: AD, 95 and 4D. RGB value is (173,149,77). Sum of RGB (Red+Green+Blue) = 173+149+77=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD954D is #526AB2. Grayscale: #949494. Windows color (decimal): -5401267 or 5084589. OLE color: 5084589.
HSL color Cylindrical-coordinate representation of color #AD954D: hue angle of 45º 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 #AD954D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 77 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.32 |
| HSL | 45º | 0.38% | 0.49% | - |
| HSV(B) | 45º | 0.55% | 0.68% | - |
| XYZ | 29.32 | 30.91 | 11.44 | - |
| YUV | 147.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 77 | 0 | 0.14 | 0.55 | 0.32 | 45 | 0.38 | 0.49 |
| Hex | AD | 95 | 4D | 0 | E | 37 | 20 | 2D | 26 | 31 |
| Octal | 255 | 225 | 115 | 0 | 16 | 67 | 40 | 55 | 46 | 61 |
| Binary | 10101101 | 10010101 | 1001101 | 0 | 1110 | 110111 | 100000 | 101101 | 100110 | 110001 |
Color Harmonies of #AD954D
Complementary color
Monochromatic Colors of #AD954D
Black with #AD954D
Text Example
Text Example
White with #AD954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD954D; }
p { color: rgb(173,149,77); }
H1.HeaderClassName
{
color: #AD954D;
}
.AnyTagClassName
{
color: #AD954D;
}
</style>
background-color css
<style>
a { background-color: #AD954D; }
a { background-color: rgb(173,149,77); }
div.DivClassName
{
background-color: #AD954D;
}
.BgClassName
{
background-color: #AD954D;
}
</style>
border-color css
<style>
span { border-color: #AD954D; }
span { border-color: rgb(173,149,77); }
td.TdClassName
{
border-color: #AD954D;
}
.TagClassName
{
border-color: #AD954D;
}
</style>