#AEA08F

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

Shades of Malta #AEA08F

Tints of Malta #AEA08F

Color information

#AEA08F (or 0xAEA08F) is unknown color: approx Malta. HEX triplet: AE, A0 and 8F. RGB value is (174,160,143). Sum of RGB (Red+Green+Blue) = 174+160+143=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA08F is #515F70. Grayscale: #A2A2A2. Windows color (decimal): -5332849 or 9412782. OLE color: 9412782.

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

Color convert

RGB174160143-
CMYK00.080.180.32
HSL32.9º16.06%62.16%-
HSV(B)32.9º17.82%68.24%-
XYZ34.9836.1231.12-
YUV162.25117.14136.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=36.48%
G=33.54%
B=29.98%

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
Decimal17416014300.080.180.3232.916.0662.16
HexAEA08F08122021103e
Octal2562402170102240412076
Binary101011101010000010001111010001001010000010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA08F; }

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

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

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

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

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

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

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

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