#AE9E5D

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

Shades of Husk #AE9E5D

Tints of Husk #AE9E5D

Color information

#AE9E5D (or 0xAE9E5D) is unknown color: approx Husk. HEX triplet: AE, 9E and 5D. RGB value is (174,158,93). Sum of RGB (Red+Green+Blue) = 174+158+93=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E5D is #5161A2. Grayscale: #9B9B9B. Windows color (decimal): -5333411 or 6135470. OLE color: 6135470.

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

Color convert

RGB17415893-
CMYK00.090.470.32
HSL48.15º33.33%52.35%-
HSV(B)48.15º46.55%68.24%-
XYZ31.6634.2415.3-
YUV155.3792.8141.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=40.94%
G=37.18%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741589300.090.470.3248.1533.3352.35
HexAE9E5D092F20302134
Octal2562361350115740604164
Binary1010111010011110101110101001101111100000110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E5D; }

 p { color: rgb(174,158,93); }

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

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

 a { background-color: rgb(174,158,93); }

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

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

 span { border-color: rgb(174,158,93); }

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