#AEA485

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

Shades of Neutral Green #AEA485

Tints of Neutral Green #AEA485

Color information

#AEA485 (or 0xAEA485) is unknown color: approx Neutral Green. HEX triplet: AE, A4 and 85. RGB value is (174,164,133). Sum of RGB (Red+Green+Blue) = 174+164+133=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA485 is #515B7A. Grayscale: #A3A3A3. Windows color (decimal): -5331835 or 8758446. OLE color: 8758446.

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

Color convert

RGB174164133-
CMYK00.060.240.32
HSL45.37º20.2%60.2%-
HSV(B)45.37º23.56%68.24%-
XYZ34.9637.2427.54-
YUV163.46110.81135.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=36.94%
G=34.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416413300.060.240.3245.3720.260.2
HexAEA4850618202d143c
Octal256244205063040552474
Binary10101110101001001000010101101100010000010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA485; }

 p { color: rgb(174,164,133); }

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

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

 a { background-color: rgb(174,164,133); }

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

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

 span { border-color: rgb(174,164,133); }

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