#AEA04B

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

Shades of Husk #AEA04B

Tints of Husk #AEA04B

Color information

#AEA04B (or 0xAEA04B) is unknown color: approx Husk. HEX triplet: AE, A0 and 4B. RGB value is (174,160,75). Sum of RGB (Red+Green+Blue) = 174+160+75=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA04B is #515FB4. Grayscale: #9A9A9A. Windows color (decimal): -5332917 or 4956334. OLE color: 4956334.

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

Color convert

RGB17416075-
CMYK00.080.570.32
HSL51.52º39.76%48.82%-
HSV(B)51.52º56.9%68.24%-
XYZ31.334.6511.69-
YUV154.583.14141.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=42.54%
G=39.12%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741607500.080.570.3251.5239.7648.82
HexAEA04B083920342831
Octal2562401130107140645061
Binary1010111010100000100101101000111001100000110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA04B; }

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

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

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

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

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

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

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

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