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