#AEA481

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

Shades of Neutral Green #AEA481

Tints of Neutral Green #AEA481

Color information

#AEA481 (or 0xAEA481) is unknown color: approx Neutral Green. HEX triplet: AE, A4 and 81. RGB value is (174,164,129). Sum of RGB (Red+Green+Blue) = 174+164+129=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA481 is #515B7E. Grayscale: #A3A3A3. Windows color (decimal): -5331839 or 8496302. OLE color: 8496302.

HSL color Cylindrical-coordinate representation of color #AEA481: hue angle of 46.67º 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 #AEA481 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174164129-
CMYK00.060.260.32
HSL46.67º21.74%59.41%-
HSV(B)46.67º25.86%68.24%-
XYZ34.6937.1326.11-
YUV163108.81135.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=37.26%
G=35.12%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416412900.060.260.3246.6721.7459.41
HexAEA481061A202f163b
Octal256244201063240572673
Binary10101110101001001000000101101101010000010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA481; }

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

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

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

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

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

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

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

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