#AEA782

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

Shades of Neutral Green #AEA782

Tints of Neutral Green #AEA782

Color information

#AEA782 (or 0xAEA782) is unknown color: approx Neutral Green. HEX triplet: AE, A7 and 82. RGB value is (174,167,130). Sum of RGB (Red+Green+Blue) = 174+167+130=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA782 is #51587D. Grayscale: #A5A5A5. Windows color (decimal): -5331070 or 8562606. OLE color: 8562606.

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

Color convert

RGB174167130-
CMYK00.040.250.32
HSL50.45º21.36%59.61%-
HSV(B)50.45º25.29%68.24%-
XYZ35.338.2526.64-
YUV164.88108.32134.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=36.94%
G=35.46%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416713000.040.250.3250.4521.3659.61
HexAEA78204192032153c
Octal256247202043140622574
Binary10101110101001111000001001001100110000011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA782; }

 p { color: rgb(174,167,130); }

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

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

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

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

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

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

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