Shades of Husk #AD914E
Tints of Husk #AD914E
RGB
CMYK
RGB Variations
Color information
#AD914E (or 0xAD914E) is known color: Husk. HEX triplet: AD, 91 and 4E. RGB value is (173,145,78). Sum of RGB (Red+Green+Blue) = 173+145+78=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD914E is #526EB1. Grayscale: #929292. Windows color (decimal): -5402290 or 5149101. OLE color: 5149101.
HSL color Cylindrical-coordinate representation of color #AD914E: hue angle of 42.32º 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 #AD914E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 78 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.32 |
| HSL | 42.32º | 0.38% | 0.49% | - |
| HSV(B) | 42.32º | 0.55% | 0.68% | - |
| XYZ | 28.73 | 29.69 | 11.42 | - |
| YUV | 145.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 78 | 0 | 0.16 | 0.55 | 0.32 | 42.32 | 0.38 | 0.49 |
| Hex | AD | 91 | 4E | 0 | 10 | 37 | 20 | 2A | 26 | 31 |
| Octal | 255 | 221 | 116 | 0 | 20 | 67 | 40 | 52 | 46 | 61 |
| Binary | 10101101 | 10010001 | 1001110 | 0 | 10000 | 110111 | 100000 | 101010 | 100110 | 110001 |
Color Harmonies of #AD914E
Complementary color
Monochromatic Colors of #AD914E
Black with #AD914E
Text Example
Text Example
White with #AD914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD914E; }
p { color: rgb(173,145,78); }
H1.HeaderClassName
{
color: #AD914E;
}
.AnyTagClassName
{
color: #AD914E;
}
</style>
background-color css
<style>
a { background-color: #AD914E; }
a { background-color: rgb(173,145,78); }
div.DivClassName
{
background-color: #AD914E;
}
.BgClassName
{
background-color: #AD914E;
}
</style>
border-color css
<style>
span { border-color: #AD914E; }
span { border-color: rgb(173,145,78); }
td.TdClassName
{
border-color: #AD914E;
}
.TagClassName
{
border-color: #AD914E;
}
</style>