#AEA08C

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

Shades of Malta #AEA08C

Tints of Malta #AEA08C

Color information

#AEA08C (or 0xAEA08C) is unknown color: approx Malta. HEX triplet: AE, A0 and 8C. RGB value is (174,160,140). Sum of RGB (Red+Green+Blue) = 174+160+140=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08C is #515F73. Grayscale: #A2A2A2. Windows color (decimal): -5332852 or 9216174. OLE color: 9216174.

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

Color convert

RGB174160140-
CMYK00.080.200.32
HSL35.29º17.35%61.57%-
HSV(B)35.29º19.54%68.24%-
XYZ34.7636.0329.93-
YUV161.91115.64136.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=36.71%
G=33.76%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416014000.080.200.3235.2917.3561.57
HexAEA08C08142023113e
Octal2562402140102440432176
Binary101011101010000010001100010001010010000010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA08C; }

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

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

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

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

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

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

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

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