Shades of Husk #AD934D
Tints of Husk #AD934D
RGB
CMYK
RGB Variations
Color information
#AD934D (or 0xAD934D) is known color: Husk. HEX triplet: AD, 93 and 4D. RGB value is (173,147,77). Sum of RGB (Red+Green+Blue) = 173+147+77=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD934D is #526CB2. Grayscale: #939393. Windows color (decimal): -5401779 or 5084077. OLE color: 5084077.
HSL color Cylindrical-coordinate representation of color #AD934D: hue angle of 43.75º 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 #AD934D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 77 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.32 |
| HSL | 43.75º | 0.38% | 0.49% | - |
| HSV(B) | 43.75º | 0.55% | 0.68% | - |
| XYZ | 29.01 | 30.29 | 11.34 | - |
| YUV | 146.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 77 | 0 | 0.15 | 0.55 | 0.32 | 43.75 | 0.38 | 0.49 |
| Hex | AD | 93 | 4D | 0 | F | 37 | 20 | 2C | 26 | 31 |
| Octal | 255 | 223 | 115 | 0 | 17 | 67 | 40 | 54 | 46 | 61 |
| Binary | 10101101 | 10010011 | 1001101 | 0 | 1111 | 110111 | 100000 | 101100 | 100110 | 110001 |
Color Harmonies of #AD934D
Complementary color
Monochromatic Colors of #AD934D
Black with #AD934D
Text Example
Text Example
White with #AD934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD934D; }
p { color: rgb(173,147,77); }
H1.HeaderClassName
{
color: #AD934D;
}
.AnyTagClassName
{
color: #AD934D;
}
</style>
background-color css
<style>
a { background-color: #AD934D; }
a { background-color: rgb(173,147,77); }
div.DivClassName
{
background-color: #AD934D;
}
.BgClassName
{
background-color: #AD934D;
}
</style>
border-color css
<style>
span { border-color: #AD934D; }
span { border-color: rgb(173,147,77); }
td.TdClassName
{
border-color: #AD934D;
}
.TagClassName
{
border-color: #AD934D;
}
</style>