Shades of Husk #AD9C43
Tints of Husk #AD9C43
RGB
CMYK
RGB Variations
Color information
#AD9C43 (or 0xAD9C43) is known color: Husk. HEX triplet: AD, 9C and 43. RGB value is (173,156,67). Sum of RGB (Red+Green+Blue) = 173+156+67=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C43 is #5263BC. Grayscale: #979797. Windows color (decimal): -5399485 or 4431021. OLE color: 4431021.
HSL color Cylindrical-coordinate representation of color #AD9C43: hue angle of 50.38º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD9C43 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 67 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.32 |
| HSL | 50.38º | 0.44% | 0.47% | - |
| HSV(B) | 50.38º | 0.61% | 0.68% | - |
| XYZ | 30.14 | 33.07 | 10.1 | - |
| YUV | 150.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 67 | 0 | 0.10 | 0.61 | 0.32 | 50.38 | 0.44 | 0.47 |
| Hex | AD | 9C | 43 | 0 | A | 3D | 20 | 32 | 2C | 2F |
| Octal | 255 | 234 | 103 | 0 | 12 | 75 | 40 | 62 | 54 | 57 |
| Binary | 10101101 | 10011100 | 1000011 | 0 | 1010 | 111101 | 100000 | 110010 | 101100 | 101111 |
Color Harmonies of #AD9C43
Complementary color
Monochromatic Colors of #AD9C43
Black with #AD9C43
Text Example
Text Example
White with #AD9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C43; }
p { color: rgb(173,156,67); }
H1.HeaderClassName
{
color: #AD9C43;
}
.AnyTagClassName
{
color: #AD9C43;
}
</style>
background-color css
<style>
a { background-color: #AD9C43; }
a { background-color: rgb(173,156,67); }
div.DivClassName
{
background-color: #AD9C43;
}
.BgClassName
{
background-color: #AD9C43;
}
</style>
border-color css
<style>
span { border-color: #AD9C43; }
span { border-color: rgb(173,156,67); }
td.TdClassName
{
border-color: #AD9C43;
}
.TagClassName
{
border-color: #AD9C43;
}
</style>