#AEA683

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

Shades of Neutral Green #AEA683

Tints of Neutral Green #AEA683

Color information

#AEA683 (or 0xAEA683) is unknown color: approx Neutral Green. HEX triplet: AE, A6 and 83. RGB value is (174,166,131). Sum of RGB (Red+Green+Blue) = 174+166+131=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA683 is #51597C. Grayscale: #A4A4A4. Windows color (decimal): -5331325 or 8627886. OLE color: 8627886.

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

Color convert

RGB174166131-
CMYK00.050.250.32
HSL48.84º20.98%59.8%-
HSV(B)48.84º24.71%68.24%-
XYZ35.1937.9126.94-
YUV164.4109.15134.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=36.94%
G=35.24%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416613100.050.250.3248.8420.9859.8
HexAEA68305192031153c
Octal256246203053140612574
Binary10101110101001101000001101011100110000011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA683; }

 p { color: rgb(174,166,131); }

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

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

 a { background-color: rgb(174,166,131); }

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

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

 span { border-color: rgb(174,166,131); }

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