#AEA04E

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

Shades of Husk #AEA04E

Tints of Husk #AEA04E

Color information

#AEA04E (or 0xAEA04E) is unknown color: approx Husk. HEX triplet: AE, A0 and 4E. RGB value is (174,160,78). Sum of RGB (Red+Green+Blue) = 174+160+78=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA04E is #515FB1. Grayscale: #9B9B9B. Windows color (decimal): -5332914 or 5152942. OLE color: 5152942.

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

Color convert

RGB17416078-
CMYK00.080.550.32
HSL51.25º38.1%49.41%-
HSV(B)51.25º55.17%68.24%-
XYZ31.434.6912.25-
YUV154.8484.64141.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=42.23%
G=38.83%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741607800.080.550.3251.2538.149.41
HexAEA04E083720332631
Octal2562401160106740634661
Binary1010111010100000100111001000110111100000110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA04E; }

 p { color: rgb(174,160,78); }

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

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

 a { background-color: rgb(174,160,78); }

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

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

 span { border-color: rgb(174,160,78); }

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