#AEA97B

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

Shades of Neutral Green #AEA97B

Tints of Neutral Green #AEA97B

Color information

#AEA97B (or 0xAEA97B) is unknown color: approx Neutral Green. HEX triplet: AE, A9 and 7B. RGB value is (174,169,123). Sum of RGB (Red+Green+Blue) = 174+169+123=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA97B is #515684. Grayscale: #A5A5A5. Windows color (decimal): -5330565 or 8104366. OLE color: 8104366.

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

Color convert

RGB174169123-
CMYK00.030.290.32
HSL54.12º23.94%58.24%-
HSV(B)54.12º29.31%68.24%-
XYZ35.2238.824.37-
YUV165.25104.16134.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=37.34%
G=36.27%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416912300.030.290.3254.1223.9458.24
HexAEA97B031D2036183a
Octal256251173033540663072
Binary101011101010100111110110111110110000011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA97B; }

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

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

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

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

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

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

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

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