#AEA582

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

Shades of Neutral Green #AEA582

Tints of Neutral Green #AEA582

Color information

#AEA582 (or 0xAEA582) is unknown color: approx Neutral Green. HEX triplet: AE, A5 and 82. RGB value is (174,165,130). Sum of RGB (Red+Green+Blue) = 174+165+130=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA582 is #515A7D. Grayscale: #A3A3A3. Windows color (decimal): -5331582 or 8562094. OLE color: 8562094.

HSL color Cylindrical-coordinate representation of color #AEA582: hue angle of 47.73º 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 #AEA582 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB174165130-
CMYK00.050.250.32
HSL47.73º21.36%59.61%-
HSV(B)47.73º25.29%68.24%-
XYZ34.9437.5226.52-
YUV163.7108.98135.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=37.10%
G=35.18%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416513000.050.250.3247.7321.3659.61
HexAEA58205192030153c
Octal256245202053140602574
Binary10101110101001011000001001011100110000011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA582; }

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

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

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

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

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

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

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

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