#AEAA7A

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

Shades of Neutral Green #AEAA7A

Tints of Neutral Green #AEAA7A

Color information

#AEAA7A (or 0xAEAA7A) is unknown color: approx Neutral Green. HEX triplet: AE, AA and 7A. RGB value is (174,170,122). Sum of RGB (Red+Green+Blue) = 174+170+122=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7A is #515585. Grayscale: #A5A5A5. Windows color (decimal): -5330310 or 8039086. OLE color: 8039086.

HSL color Cylindrical-coordinate representation of color #AEAA7A: hue angle of 55.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAA7A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174170122-
CMYK00.020.300.32
HSL55.38º24.3%58.04%-
HSV(B)55.38º29.89%68.24%-
XYZ35.3439.1524.11-
YUV165.72103.33133.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=37.34%
G=36.48%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417012200.020.300.3255.3824.358.04
HexAEAA7A021E2037183a
Octal256252172023640673072
Binary101011101010101011110100101111010000011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA7A; }

 p { color: rgb(174,170,122); }

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

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

 a { background-color: rgb(174,170,122); }

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

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

 span { border-color: rgb(174,170,122); }

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