#AEAC8A

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

Shades of Neutral Green #AEAC8A

Tints of Neutral Green #AEAC8A

Color information

#AEAC8A (or 0xAEAC8A) is unknown color: approx Neutral Green. HEX triplet: AE, AC and 8A. RGB value is (174,172,138). Sum of RGB (Red+Green+Blue) = 174+172+138=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC8A is #515375. Grayscale: #A8A8A8. Windows color (decimal): -5329782 or 9088174. OLE color: 9088174.

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

Color convert

RGB174172138-
CMYK00.010.210.32
HSL56.67º18.18%61.18%-
HSV(B)56.67º20.69%68.24%-
XYZ36.840.3429.89-
YUV168.72110.66131.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=35.95%
G=35.54%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417213800.010.210.3256.6718.1861.18
HexAEAC8A01152039123d
Octal256254212012540712275
Binary101011101010110010001010011010110000011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC8A; }

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

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

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

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

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

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

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

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