#AEAD89

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

Shades of Neutral Green #AEAD89

Tints of Neutral Green #AEAD89

Color information

#AEAD89 (or 0xAEAD89) is unknown color: approx Neutral Green. HEX triplet: AE, AD and 89. RGB value is (174,173,137). Sum of RGB (Red+Green+Blue) = 174+173+137=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD89 is #515276. Grayscale: #A9A9A9. Windows color (decimal): -5329527 or 9022894. OLE color: 9022894.

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

Color convert

RGB174173137-
CMYK00.010.210.32
HSL58.38º18.59%60.98%-
HSV(B)58.38º21.26%68.24%-
XYZ36.9140.6929.58-
YUV169.2109.83131.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=35.95%
G=35.74%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417313700.010.210.3258.3818.5960.98
HexAEAD890115203a133d
Octal256255211012540722375
Binary101011101010110110001001011010110000011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD89; }

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

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

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

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

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

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

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

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