#AD9C5B

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

Shades of Husk #AD9C5B

Tints of Husk #AD9C5B

Color information

#AD9C5B (or 0xAD9C5B) is unknown color: approx Husk. HEX triplet: AD, 9C and 5B. RGB value is (173,156,91). Sum of RGB (Red+Green+Blue) = 173+156+91=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5B is #5263A4. Grayscale: #999999. Windows color (decimal): -5399461 or 6003885. OLE color: 6003885.

HSL color Cylindrical-coordinate representation of color #AD9C5B: hue angle of 47.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD9C5B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17315691-
CMYK00.100.470.32
HSL47.56º33.33%51.76%-
HSV(B)47.56º47.4%67.84%-
XYZ31.0133.4214.71-
YUV153.6792.63141.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=41.19%
G=37.14%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731569100.100.470.3247.5633.3351.76
HexAD9C5B0A2F20302134
Octal2552341330125740604164
Binary1010110110011100101101101010101111100000110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C5B; }

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

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

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

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

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

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

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

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