#AEA580

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

Shades of Neutral Green #AEA580

Tints of Neutral Green #AEA580

Color information

#AEA580 (or 0xAEA580) is unknown color: approx Neutral Green. HEX triplet: AE, A5 and 80. RGB value is (174,165,128). Sum of RGB (Red+Green+Blue) = 174+165+128=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA580 is #515A7F. Grayscale: #A3A3A3. Windows color (decimal): -5331584 or 8431022. OLE color: 8431022.

HSL color Cylindrical-coordinate representation of color #AEA580: hue angle of 48.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA580 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174165128-
CMYK00.050.260.32
HSL48.26º22.12%59.22%-
HSV(B)48.26º26.44%68.24%-
XYZ34.8137.4725.82-
YUV163.47107.98135.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=37.26%
G=35.33%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416512800.050.260.3248.2622.1259.22
HexAEA580051A2030163b
Octal256245200053240602673
Binary10101110101001011000000001011101010000011000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA580; }

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

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

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

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

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

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

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

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