#AEA989

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

Shades of Neutral Green #AEA989

Tints of Neutral Green #AEA989

Color information

#AEA989 (or 0xAEA989) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 89. RGB value is (174,169,137). Sum of RGB (Red+Green+Blue) = 174+169+137=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA989 is #515676. Grayscale: #A6A6A6. Windows color (decimal): -5330551 or 9021870. OLE color: 9021870.

HSL color Cylindrical-coordinate representation of color #AEA989: hue angle of 51.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA989 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174169137-
CMYK00.030.210.32
HSL51.89º18.59%60.98%-
HSV(B)51.89º21.26%68.24%-
XYZ36.1639.1829.32-
YUV166.85111.16133.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=36.25%
G=35.21%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416913700.030.210.3251.8918.5960.98
HexAEA98903152034133d
Octal256251211032540642375
Binary1010111010101001100010010111010110000011010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA989; }

 p { color: rgb(174,169,137); }

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

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

 a { background-color: rgb(174,169,137); }

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

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

 span { border-color: rgb(174,169,137); }

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