#AD9B44

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

Shades of Husk #AD9B44

Tints of Husk #AD9B44

Color information

#AD9B44 (or 0xAD9B44) is unknown color: approx Husk. HEX triplet: AD, 9B and 44. RGB value is (173,155,68). Sum of RGB (Red+Green+Blue) = 173+155+68=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B44 is #5264BB. Grayscale: #969696. Windows color (decimal): -5399740 or 4496301. OLE color: 4496301.

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

Color convert

RGB17315568-
CMYK00.100.610.32
HSL49.71º43.57%47.25%-
HSV(B)49.71º60.69%67.84%-
XYZ3032.7410.21-
YUV150.4681.46144.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=43.69%
G=39.14%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731556800.100.610.3249.7143.5747.25
HexAD9B440A3D20322c2f
Octal2552331040127540625457
Binary1010110110011011100010001010111101100000110010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9B44; }

 p { color: rgb(173,155,68); }

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

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

 a { background-color: rgb(173,155,68); }

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

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

 span { border-color: rgb(173,155,68); }

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