#AE9F8E

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

Shades of Malta #AE9F8E

Tints of Malta #AE9F8E

Color information

#AE9F8E (or 0xAE9F8E) is unknown color: approx Malta. HEX triplet: AE, 9F and 8E. RGB value is (174,159,142). Sum of RGB (Red+Green+Blue) = 174+159+142=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F8E is #516071. Grayscale: #A1A1A1. Windows color (decimal): -5333106 or 9346990. OLE color: 9346990.

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

Color convert

RGB174159142-
CMYK00.090.180.32
HSL31.88º16.49%61.96%-
HSV(B)31.88º18.39%68.24%-
XYZ34.7435.7530.66-
YUV161.55116.97136.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=36.63%
G=33.47%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415914200.090.180.3231.8816.4961.96
HexAE9F8E09122020103e
Octal2562372160112240402076
Binary101011101001111110001110010011001010000010000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F8E; }

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

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

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

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

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

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

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

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