#AD9A59

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

Shades of Husk #AD9A59

Tints of Husk #AD9A59

Color information

#AD9A59 (or 0xAD9A59) is unknown color: approx Husk. HEX triplet: AD, 9A and 59. RGB value is (173,154,89). Sum of RGB (Red+Green+Blue) = 173+154+89=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A59 is #5265A6. Grayscale: #989898. Windows color (decimal): -5399975 or 5872301. OLE color: 5872301.

HSL color Cylindrical-coordinate representation of color #AD9A59: hue angle of 46.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9A59 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17315489-
CMYK00.110.490.32
HSL46.43º33.87%51.37%-
HSV(B)46.43º48.55%67.84%-
XYZ30.5932.7214.15-
YUV152.2792.29142.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=41.59%
G=37.02%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731548900.110.490.3246.4333.8751.37
HexAD9A590B31202e2233
Octal2552321310136140564263
Binary1010110110011010101100101011110001100000101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A59; }

 p { color: rgb(173,154,89); }

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

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

 a { background-color: rgb(173,154,89); }

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

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

 span { border-color: rgb(173,154,89); }

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