#AEA974

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

Shades of Neutral Green #AEA974

Tints of Neutral Green #AEA974

Color information

#AEA974 (or 0xAEA974) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 74. RGB value is (174,169,116). Sum of RGB (Red+Green+Blue) = 174+169+116=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA974 is #51568B. Grayscale: #A4A4A4. Windows color (decimal): -5330572 or 7645614. OLE color: 7645614.

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

Color convert

RGB174169116-
CMYK00.030.330.32
HSL54.83º26.36%56.86%-
HSV(B)54.83º33.33%68.24%-
XYZ34.838.6422.15-
YUV164.45100.66134.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=37.91%
G=36.82%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416911600.030.330.3254.8326.3656.86
HexAEA974032120371a39
Octal256251164034140673271
Binary1010111010101001111010001110000110000011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA974; }

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

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

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

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

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

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

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

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