#AEA350

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

Shades of Husk #AEA350

Tints of Husk #AEA350

Color information

#AEA350 (or 0xAEA350) is unknown color: approx Husk. HEX triplet: AE, A3 and 50. RGB value is (174,163,80). Sum of RGB (Red+Green+Blue) = 174+163+80=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA350 is #515CAF. Grayscale: #9D9D9D. Windows color (decimal): -5332144 or 5284782. OLE color: 5284782.

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

Color convert

RGB17416380-
CMYK00.060.540.32
HSL52.98º37.01%49.8%-
HSV(B)52.98º54.02%68.24%-
XYZ3235.7712.81-
YUV156.8384.64140.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=41.73%
G=39.09%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741638000.060.540.3252.9837.0149.8
HexAEA350063620352532
Octal256243120066640654562
Binary101011101010001110100000110110110100000110101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA350; }

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

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

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

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

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

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

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

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