#AD9C4E

Color #AD9C4E Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AD9C4E

Tints of Husk #AD9C4E

Color information

#AD9C4E (or 0xAD9C4E) is unknown color: approx Husk. HEX triplet: AD, 9C and 4E. RGB value is (173,156,78). Sum of RGB (Red+Green+Blue) = 173+156+78=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C4E is #5263B1. Grayscale: #989898. Windows color (decimal): -5399474 or 5151917. OLE color: 5151917.

HSL color Cylindrical-coordinate representation of color #AD9C4E: hue angle of 49.26º 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 #AD9C4E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17315678-
CMYK00.100.550.32
HSL49.26º37.85%49.22%-
HSV(B)49.26º54.91%67.84%-
XYZ30.533.2112.01-
YUV152.1986.13142.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=42.51%
G=38.33%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731567800.100.550.3249.2637.8549.22
HexAD9C4E0A3720312631
Octal2552341160126740614661
Binary1010110110011100100111001010110111100000110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C4E; }

 p { color: rgb(173,156,78); }

 H1.HeaderClassName
 {
   color: #AD9C4E;
 }
 .AnyTagClassName
 {
   color: #AD9C4E;
 }
</style>
background-color css

<style>
 a { background-color: #AD9C4E; }

 a { background-color: rgb(173,156,78); }

 div.DivClassName
 {
   background-color: #AD9C4E;
 }
 .BgClassName
 {
   background-color: #AD9C4E;
 }
</style>
border-color css

<style>
 span { border-color: #AD9C4E; }

 span { border-color: rgb(173,156,78); }

 td.TdClassName
 {
   border-color: #AD9C4E;
 }
 .TagClassName
 {
   border-color: #AD9C4E;
 }
</style>