#AEA981

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

Shades of Neutral Green #AEA981

Tints of Neutral Green #AEA981

Color information

#AEA981 (or 0xAEA981) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 81. RGB value is (174,169,129). Sum of RGB (Red+Green+Blue) = 174+169+129=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA981 is #51567E. Grayscale: #A6A6A6. Windows color (decimal): -5330559 or 8497582. OLE color: 8497582.

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

Color convert

RGB174169129-
CMYK00.030.260.32
HSL53.33º21.74%59.41%-
HSV(B)53.33º25.86%68.24%-
XYZ35.6138.9626.41-
YUV165.93107.16133.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=36.86%
G=35.81%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416912900.030.260.3253.3321.7459.41
HexAEA981031A2035163b
Octal256251201033240652673
Binary1010111010101001100000010111101010000011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA981; }

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

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

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

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

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

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

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

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