#AEAA7D

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

Shades of Neutral Green #AEAA7D

Tints of Neutral Green #AEAA7D

Color information

#AEAA7D (or 0xAEAA7D) is unknown color: approx Neutral Green. HEX triplet: AE, AA and 7D. RGB value is (174,170,125). Sum of RGB (Red+Green+Blue) = 174+170+125=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7D is #515582. Grayscale: #A6A6A6. Windows color (decimal): -5330307 or 8235694. OLE color: 8235694.

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

Color convert

RGB174170125-
CMYK00.020.280.32
HSL55.1º23.22%58.63%-
HSV(B)55.1º28.16%68.24%-
XYZ35.5339.2325.1-
YUV166.07104.83133.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=37.10%
G=36.25%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417012500.020.280.3255.123.2258.63
HexAEAA7D021C2037173b
Octal256252175023440672773
Binary101011101010101011111010101110010000011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA7D; }

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

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

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

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

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

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

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

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