#AEAC7D

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

Shades of Neutral Green #AEAC7D

Tints of Neutral Green #AEAC7D

Color information

#AEAC7D (or 0xAEAC7D) is unknown color: approx Neutral Green. HEX triplet: AE, AC and 7D. RGB value is (174,172,125). Sum of RGB (Red+Green+Blue) = 174+172+125=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC7D is #515382. Grayscale: #A7A7A7. Windows color (decimal): -5329795 or 8236206. OLE color: 8236206.

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

Color convert

RGB174172125-
CMYK00.010.280.32
HSL57.55º23.22%58.63%-
HSV(B)57.55º28.16%68.24%-
XYZ35.9139.9825.23-
YUV167.24104.16132.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=36.94%
G=36.52%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417212500.010.280.3257.5523.2258.63
HexAEAC7D011C203a173b
Octal256254175013440722773
Binary10101110101011001111101011110010000011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC7D; }

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

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

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

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

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

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

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

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