Shades of Husk #AD954F
Tints of Husk #AD954F
RGB
CMYK
RGB Variations
Color information
#AD954F (or 0xAD954F) is known color: Husk. HEX triplet: AD, 95 and 4F. RGB value is (173,149,79). Sum of RGB (Red+Green+Blue) = 173+149+79=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD954F is #526AB0. Grayscale: #949494. Windows color (decimal): -5401265 or 5215661. OLE color: 5215661.
HSL color Cylindrical-coordinate representation of color #AD954F: hue angle of 44.68º 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 #AD954F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 79 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.32 |
| HSL | 44.68º | 0.37% | 0.49% | - |
| HSV(B) | 44.68º | 0.54% | 0.68% | - |
| XYZ | 29.39 | 30.94 | 11.82 | - |
| YUV | 148.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 79 | 0 | 0.14 | 0.54 | 0.32 | 44.68 | 0.37 | 0.49 |
| Hex | AD | 95 | 4F | 0 | E | 36 | 20 | 2D | 25 | 31 |
| Octal | 255 | 225 | 117 | 0 | 16 | 66 | 40 | 55 | 45 | 61 |
| Binary | 10101101 | 10010101 | 1001111 | 0 | 1110 | 110110 | 100000 | 101101 | 100101 | 110001 |
Color Harmonies of #AD954F
Complementary color
Monochromatic Colors of #AD954F
Black with #AD954F
Text Example
Text Example
White with #AD954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD954F; }
p { color: rgb(173,149,79); }
H1.HeaderClassName
{
color: #AD954F;
}
.AnyTagClassName
{
color: #AD954F;
}
</style>
background-color css
<style>
a { background-color: #AD954F; }
a { background-color: rgb(173,149,79); }
div.DivClassName
{
background-color: #AD954F;
}
.BgClassName
{
background-color: #AD954F;
}
</style>
border-color css
<style>
span { border-color: #AD954F; }
span { border-color: rgb(173,149,79); }
td.TdClassName
{
border-color: #AD954F;
}
.TagClassName
{
border-color: #AD954F;
}
</style>