#AEAE88

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

Shades of Neutral Green #AEAE88

Tints of Neutral Green #AEAE88

Color information

#AEAE88 (or 0xAEAE88) is unknown color: approx Neutral Green. HEX triplet: AE, AE and 88. RGB value is (174,174,136). Sum of RGB (Red+Green+Blue) = 174+174+136=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE88 is #515177. Grayscale: #A9A9A9. Windows color (decimal): -5329272 or 8957614. OLE color: 8957614.

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

Color convert

RGB174174136-
CMYK000.220.32
HSL60º19%60.78%-
HSV(B)60º21.84%68.24%-
XYZ37.0441.0529.26-
YUV169.67109131.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=35.95%
G=35.95%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174136000.220.32601960.78
HexAEAE880016203c133d
Octal256256210002640742375
Binary101011101010111010001000001011010000011110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE88; }

 p { color: rgb(174,174,136); }

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

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

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

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

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

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

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