#AEAA8A

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

Shades of Neutral Green #AEAA8A

Tints of Neutral Green #AEAA8A

Color information

#AEAA8A (or 0xAEAA8A) is unknown color: approx Neutral Green. HEX triplet: AE, AA and 8A. RGB value is (174,170,138). Sum of RGB (Red+Green+Blue) = 174+170+138=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8A is #515575. Grayscale: #A7A7A7. Windows color (decimal): -5330294 or 9087662. OLE color: 9087662.

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

Color convert

RGB174170138-
CMYK00.020.210.32
HSL53.33º18.18%61.18%-
HSV(B)53.33º20.69%68.24%-
XYZ36.4239.5829.77-
YUV167.55111.33132.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=36.10%
G=35.27%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417013800.020.210.3253.3318.1861.18
HexAEAA8A02152035123d
Octal256252212022540652275
Binary1010111010101010100010100101010110000011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA8A; }

 p { color: rgb(174,170,138); }

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

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

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

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

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

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

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