#AEA984

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

Shades of Neutral Green #AEA984

Tints of Neutral Green #AEA984

Color information

#AEA984 (or 0xAEA984) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 84. RGB value is (174,169,132). Sum of RGB (Red+Green+Blue) = 174+169+132=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA984 is #51567B. Grayscale: #A6A6A6. Windows color (decimal): -5330556 or 8694190. OLE color: 8694190.

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

Color convert

RGB174169132-
CMYK00.030.240.32
HSL52.86º20.59%60%-
HSV(B)52.86º24.14%68.24%-
XYZ35.8139.0427.48-
YUV166.28108.66133.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=36.63%
G=35.58%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416913200.030.240.3252.8620.5960
HexAEA98403182035153c
Octal256251204033040652574
Binary1010111010101001100001000111100010000011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA984; }

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

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

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

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

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

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

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

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