#AE9B44

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

Shades of Husk #AE9B44

Tints of Husk #AE9B44

Color information

#AE9B44 (or 0xAE9B44) is unknown color: approx Husk. HEX triplet: AE, 9B and 44. RGB value is (174,155,68). Sum of RGB (Red+Green+Blue) = 174+155+68=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B44 is #5164BB. Grayscale: #979797. Windows color (decimal): -5334204 or 4496302. OLE color: 4496302.

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

Color convert

RGB17415568-
CMYK00.110.610.32
HSL49.25º43.8%47.45%-
HSV(B)49.25º60.92%68.24%-
XYZ30.2232.8610.22-
YUV150.7681.29144.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=43.83%
G=39.04%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741556800.110.610.3249.2543.847.45
HexAE9B440B3D20312c2f
Octal2562331040137540615457
Binary1010111010011011100010001011111101100000110001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B44; }

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

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

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

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

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

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

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

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