Shades of Husk #AD914F
Tints of Husk #AD914F
RGB
CMYK
RGB Variations
Color information
#AD914F (or 0xAD914F) is known color: Husk. HEX triplet: AD, 91 and 4F. RGB value is (173,145,79). Sum of RGB (Red+Green+Blue) = 173+145+79=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD914F is #526EB0. Grayscale: #929292. Windows color (decimal): -5402289 or 5214637. OLE color: 5214637.
HSL color Cylindrical-coordinate representation of color #AD914F: hue angle of 42.13º 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 #AD914F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 79 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.32 |
| HSL | 42.13º | 0.37% | 0.49% | - |
| HSV(B) | 42.13º | 0.54% | 0.68% | - |
| XYZ | 28.77 | 29.7 | 11.61 | - |
| YUV | 145.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 79 | 0 | 0.16 | 0.54 | 0.32 | 42.13 | 0.37 | 0.49 |
| Hex | AD | 91 | 4F | 0 | 10 | 36 | 20 | 2A | 25 | 31 |
| Octal | 255 | 221 | 117 | 0 | 20 | 66 | 40 | 52 | 45 | 61 |
| Binary | 10101101 | 10010001 | 1001111 | 0 | 10000 | 110110 | 100000 | 101010 | 100101 | 110001 |
Color Harmonies of #AD914F
Complementary color
Monochromatic Colors of #AD914F
Black with #AD914F
Text Example
Text Example
White with #AD914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD914F; }
p { color: rgb(173,145,79); }
H1.HeaderClassName
{
color: #AD914F;
}
.AnyTagClassName
{
color: #AD914F;
}
</style>
background-color css
<style>
a { background-color: #AD914F; }
a { background-color: rgb(173,145,79); }
div.DivClassName
{
background-color: #AD914F;
}
.BgClassName
{
background-color: #AD914F;
}
</style>
border-color css
<style>
span { border-color: #AD914F; }
span { border-color: rgb(173,145,79); }
td.TdClassName
{
border-color: #AD914F;
}
.TagClassName
{
border-color: #AD914F;
}
</style>