#AEAB78

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

Shades of Neutral Green #AEAB78

Tints of Neutral Green #AEAB78

Color information

#AEAB78 (or 0xAEAB78) is unknown color: approx Neutral Green. HEX triplet: AE, AB and 78. RGB value is (174,171,120). Sum of RGB (Red+Green+Blue) = 174+171+120=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB78 is #515487. Grayscale: #A6A6A6. Windows color (decimal): -5330056 or 7908270. OLE color: 7908270.

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

Color convert

RGB174171120-
CMYK00.020.310.32
HSL56.67º25%57.65%-
HSV(B)56.67º31.03%68.24%-
XYZ35.4139.4823.52-
YUV166.08101.99133.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=37.42%
G=36.77%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417112000.020.310.3256.672557.65
HexAEAB78021F2039193a
Octal256253170023740713172
Binary101011101010101111110000101111110000011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB78; }

 p { color: rgb(174,171,120); }

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

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

 a { background-color: rgb(174,171,120); }

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

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

 span { border-color: rgb(174,171,120); }

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