#AEA090

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

Shades of Malta #AEA090

Tints of Malta #AEA090

Color information

#AEA090 (or 0xAEA090) is unknown color: approx Malta. HEX triplet: AE, A0 and 90. RGB value is (174,160,144). Sum of RGB (Red+Green+Blue) = 174+160+144=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA090 is #515F6F. Grayscale: #A2A2A2. Windows color (decimal): -5332848 or 9478318. OLE color: 9478318.

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

Color convert

RGB174160144-
CMYK00.080.170.32
HSL32º15.63%62.35%-
HSV(B)32º17.24%68.24%-
XYZ35.0636.1531.52-
YUV162.36117.64136.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=36.40%
G=33.47%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416014400.080.170.323215.6362.35
HexAEA09008112020103e
Octal2562402200102140402076
Binary101011101010000010010000010001000110000010000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA090; }

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

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

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

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

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

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

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

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