#AEA08E

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

Shades of Malta #AEA08E

Tints of Malta #AEA08E

Color information

#AEA08E (or 0xAEA08E) is unknown color: approx Malta. HEX triplet: AE, A0 and 8E. RGB value is (174,160,142). Sum of RGB (Red+Green+Blue) = 174+160+142=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08E is #515F71. Grayscale: #A2A2A2. Windows color (decimal): -5332850 or 9347246. OLE color: 9347246.

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

Color convert

RGB174160142-
CMYK00.080.180.32
HSL33.75º16.49%61.96%-
HSV(B)33.75º18.39%68.24%-
XYZ34.9136.0930.72-
YUV162.13116.64136.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=36.55%
G=33.61%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416014200.080.180.3233.7516.4961.96
HexAEA08E08122022103e
Octal2562402160102240422076
Binary101011101010000010001110010001001010000010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA08E; }

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

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

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

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

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

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

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

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