#AEAD88

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

Shades of Neutral Green #AEAD88

Tints of Neutral Green #AEAD88

Color information

#AEAD88 (or 0xAEAD88) is unknown color: approx Neutral Green. HEX triplet: AE, AD and 88. RGB value is (174,173,136). Sum of RGB (Red+Green+Blue) = 174+173+136=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD88 is #515277. Grayscale: #A9A9A9. Windows color (decimal): -5329528 or 8957358. OLE color: 8957358.

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

Color convert

RGB174173136-
CMYK00.010.220.32
HSL58.42º19%60.78%-
HSV(B)58.42º21.84%68.24%-
XYZ36.8440.6629.2-
YUV169.08109.33131.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=36.02%
G=35.82%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417313600.010.220.3258.421960.78
HexAEAD880116203a133d
Octal256255210012640722375
Binary101011101010110110001000011011010000011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD88; }

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

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

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

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

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

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

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

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