#AEA482

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

Shades of Neutral Green #AEA482

Tints of Neutral Green #AEA482

Color information

#AEA482 (or 0xAEA482) is unknown color: approx Neutral Green. HEX triplet: AE, A4 and 82. RGB value is (174,164,130). Sum of RGB (Red+Green+Blue) = 174+164+130=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA482 is #515B7D. Grayscale: #A3A3A3. Windows color (decimal): -5331838 or 8561838. OLE color: 8561838.

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

Color convert

RGB174164130-
CMYK00.060.250.32
HSL46.36º21.36%59.61%-
HSV(B)46.36º25.29%68.24%-
XYZ34.7637.1626.46-
YUV163.11109.31135.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=37.18%
G=35.04%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416413000.060.250.3246.3621.3659.61
HexAEA4820619202e153c
Octal256244202063140562574
Binary10101110101001001000001001101100110000010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA482; }

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

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

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

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

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

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

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

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