#AEA681

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

Shades of Neutral Green #AEA681

Tints of Neutral Green #AEA681

Color information

#AEA681 (or 0xAEA681) is unknown color: approx Neutral Green. HEX triplet: AE, A6 and 81. RGB value is (174,166,129). Sum of RGB (Red+Green+Blue) = 174+166+129=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA681 is #51597E. Grayscale: #A4A4A4. Windows color (decimal): -5331327 or 8496814. OLE color: 8496814.

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

Color convert

RGB174166129-
CMYK00.050.260.32
HSL49.33º21.74%59.41%-
HSV(B)49.33º25.86%68.24%-
XYZ35.0537.8626.23-
YUV164.17108.15135.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=37.10%
G=35.39%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416612900.050.260.3249.3321.7459.41
HexAEA681051A2031163b
Octal256246201053240612673
Binary10101110101001101000000101011101010000011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA681; }

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

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

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

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

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

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

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

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