#AEA14D

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

Shades of Husk #AEA14D

Tints of Husk #AEA14D

Color information

#AEA14D (or 0xAEA14D) is unknown color: approx Husk. HEX triplet: AE, A1 and 4D. RGB value is (174,161,77). Sum of RGB (Red+Green+Blue) = 174+161+77=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA14D is #515EB2. Grayscale: #9B9B9B. Windows color (decimal): -5332659 or 5087662. OLE color: 5087662.

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

Color convert

RGB17416177-
CMYK00.070.560.32
HSL51.96º38.65%49.22%-
HSV(B)51.96º55.75%68.24%-
XYZ31.5435.0212.12-
YUV155.3183.81141.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=42.23%
G=39.08%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741617700.070.560.3251.9638.6549.22
HexAEA14D073820342731
Octal256241115077040644761
Binary101011101010000110011010111111000100000110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA14D; }

 p { color: rgb(174,161,77); }

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

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

 a { background-color: rgb(174,161,77); }

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

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

 span { border-color: rgb(174,161,77); }

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