#AEA150

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

Shades of Husk #AEA150

Tints of Husk #AEA150

Color information

#AEA150 (or 0xAEA150) is unknown color: approx Husk. HEX triplet: AE, A1 and 50. RGB value is (174,161,80). Sum of RGB (Red+Green+Blue) = 174+161+80=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA150 is #515EAF. Grayscale: #9B9B9B. Windows color (decimal): -5332656 or 5284270. OLE color: 5284270.

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

Color convert

RGB17416180-
CMYK00.070.540.32
HSL51.7º37.01%49.8%-
HSV(B)51.7º54.02%68.24%-
XYZ31.6535.0712.69-
YUV155.6585.31141.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=41.93%
G=38.80%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741618000.070.540.3251.737.0149.8
HexAEA150073620342532
Octal256241120076640644562
Binary101011101010000110100000111110110100000110100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA150; }

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

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

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

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

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

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

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

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