#AEA986

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

Shades of Neutral Green #AEA986

Tints of Neutral Green #AEA986

Color information

#AEA986 (or 0xAEA986) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 86. RGB value is (174,169,134). Sum of RGB (Red+Green+Blue) = 174+169+134=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA986 is #515679. Grayscale: #A6A6A6. Windows color (decimal): -5330554 or 8825262. OLE color: 8825262.

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

Color convert

RGB174169134-
CMYK00.030.230.32
HSL52.5º19.8%60.39%-
HSV(B)52.5º22.99%68.24%-
XYZ35.9539.128.21-
YUV166.5109.66133.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=36.48%
G=35.43%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416913400.030.230.3252.519.860.39
HexAEA98603172034143c
Octal256251206032740642474
Binary1010111010101001100001100111011110000011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA986; }

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

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

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

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

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

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

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

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