#AD9C46

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

Shades of Husk #AD9C46

Tints of Husk #AD9C46

Color information

#AD9C46 (or 0xAD9C46) is unknown color: approx Husk. HEX triplet: AD, 9C and 46. RGB value is (173,156,70). Sum of RGB (Red+Green+Blue) = 173+156+70=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C46 is #5263B9. Grayscale: #979797. Windows color (decimal): -5399482 or 4627629. OLE color: 4627629.

HSL color Cylindrical-coordinate representation of color #AD9C46: hue angle of 50.1º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD9C46 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17315670-
CMYK00.100.600.32
HSL50.1º42.39%47.65%-
HSV(B)50.1º59.54%67.84%-
XYZ30.2333.110.59-
YUV151.2882.13143.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=43.36%
G=39.10%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731567000.100.600.3250.142.3947.65
HexAD9C460A3C20322a30
Octal2552341060127440625260
Binary1010110110011100100011001010111100100000110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C46; }

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

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

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

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

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

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

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

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