Shades of Husk #AD9F4B
Tints of Husk #AD9F4B
RGB
CMYK
RGB Variations
Color information
#AD9F4B (or 0xAD9F4B) is known color: Husk. HEX triplet: AD, 9F and 4B. RGB value is (173,159,75). Sum of RGB (Red+Green+Blue) = 173+159+75=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F4B is #5260B4. Grayscale: #999999. Windows color (decimal): -5398709 or 4956077. OLE color: 4956077.
HSL color Cylindrical-coordinate representation of color #AD9F4B: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD9F4B is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 75 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.32 |
| HSL | 51.43º | 0.4% | 0.49% | - |
| HSV(B) | 51.43º | 0.57% | 0.68% | - |
| XYZ | 30.9 | 34.19 | 11.63 | - |
| YUV | 153.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 75 | 0 | 0.08 | 0.57 | 0.32 | 51.43 | 0.4 | 0.49 |
| Hex | AD | 9F | 4B | 0 | 8 | 39 | 20 | 33 | 28 | 31 |
| Octal | 255 | 237 | 113 | 0 | 10 | 71 | 40 | 63 | 50 | 61 |
| Binary | 10101101 | 10011111 | 1001011 | 0 | 1000 | 111001 | 100000 | 110011 | 101000 | 110001 |
Color Harmonies of #AD9F4B
Complementary color
Monochromatic Colors of #AD9F4B
Black with #AD9F4B
Text Example
Text Example
White with #AD9F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F4B; }
p { color: rgb(173,159,75); }
H1.HeaderClassName
{
color: #AD9F4B;
}
.AnyTagClassName
{
color: #AD9F4B;
}
</style>
background-color css
<style>
a { background-color: #AD9F4B; }
a { background-color: rgb(173,159,75); }
div.DivClassName
{
background-color: #AD9F4B;
}
.BgClassName
{
background-color: #AD9F4B;
}
</style>
border-color css
<style>
span { border-color: #AD9F4B; }
span { border-color: rgb(173,159,75); }
td.TdClassName
{
border-color: #AD9F4B;
}
.TagClassName
{
border-color: #AD9F4B;
}
</style>